OK; what "default errortext icon"? Do you mean the "panic" exe
exception screen, or are you talking about error-providers, or your own
MessageBox messages, javascript, asp.ne validators, or what?
(hint for the above 3:
a: catch the exception and do you own MessageBox.Show
b: yourErrorProvider.Icon = {blah};
c: MessageBox.Show({blah},MessageBoxIcon.Warning);
)
Hello,
I am using a datagridview (in 2.0) and am using errorText to set error. Now I am happy with the existing error icon. But I would also like to use another icon to indicate that it is a warning (and not an error) in the datagridview cell. Is there a way I can use both? Thank you
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.