Draw MessageBoxICon

  • Thread starter Thread starter Alberto
  • Start date Start date
A

Alberto

I'm programming my own message form (like the MessageBox) but I don't know
how to draw the images of the messageBoxIcon.

do you know how to do it? Thank you.
 
I'm programming my own message form (like the MessageBox) but I don't know
how to draw the images of the messageBoxIcon.

do you know how to do it? Thank you.

Look at the System.Drawing.SystemIcons class.
 
Back
Top