message box's

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I'm creating a windows app and i have some message boxes included in it for
certain things.
In VB I have icons and titles on the message box, how can i do the same in
C#?
 
MessageBox.Show("This is the message", "This is the title",
MessageBoxButtons.OK, MessageBoxIcon.Exclamation);

-vJ
 
Back
Top