Message Box in C#
C#
5
Posts
5
Posters
0
Views
1
Watching
-
-
-
Maybe this can help
MessageBox.Show("Error message", "Name Entry Error", MessageBoxButtons.OK,MessageBoxIcon.Exclamation);
VentoEngine corp. Program your life ^^Won't work in an ASP.NET app. MessageBox is only part of the Windows.Forms namespace. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-