Changing Default ErrorText Icon

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave

    Changing Default ErrorText Icon

    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

    --
    L. A. Jones
  • Marc Gravell

    #2
    Re: Changing Default ErrorText Icon

    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: yourErrorProvid er.Icon = {blah};
    c: MessageBox.Show ({blah},Message BoxIcon.Warning );
    )

    Marc

    Comment

    Working...