I'm a VB programmer, learning C#. How does one do the equivalent of a
"msgbox" (from Visual Basic) in C#? Is there something like this:
System.Forms.Me ssageBox("Hello World");
Thanks,
Marvin
"msgbox" (from Visual Basic) in C#? Is there something like this:
System.Forms.Me ssageBox("Hello World");
Thanks,
Marvin
Comment