Advanced message box

  • Thread starter Thread starter lcarsdata
  • Start date Start date
L

lcarsdata

I posted this on one of the VB groups but they told me that dotnet was
different, anyway.

Is there a way to chose your own icon when displaying a message box. I
know how to use it with one of the built in icons, however cannot work
out how to use my own. I am using Visual Studio 2005 Express Edition.
Thanks,
Lcarsdata
 
You cannot do the with .NET built-in MessageBox. However, it is very easy to
just make your own Message Box with a Windows.Forms.Form.
 
Back
Top