Create a Modeless Messagebox

Posted by Smashery on Stack Overflow See other posts from Stack Overflow or by Smashery
Published on 2010-06-17T06:53:38Z Indexed on 2010/06/17 7:03 UTC
Read the original article Hit count: 641

Filed under:
|
|
|

How might one go about creating a Modeless MessageBox? Do I have to just create my own Windows Form class and use that? If so, is there an easy way of adding a warning icon (rather than inserting my own image of one) and resizing based on text volume?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET