Changing Default ErrorText Icon

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to change the default errortext icon to a warning icon, just
like how you can select the icons displayed in a messagebox
 
deja vu!

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);
)

Marc
 

Ask a Question

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.

Ask a Question

Back
Top