R
Rollasoc
MessageBox.Show("Hello", "Boo", MessageBoxButtons.OK,
MessageBoxIcon.Information);
Why when it runs, does the word "Hello" not be displayed in the message box
and the message box display a blank button and not one that says "OK".
"Boo" does appear in the Title bar.
This is doing my head in...
Rollasoc
MessageBoxIcon.Information);
Why when it runs, does the word "Hello" not be displayed in the message box
and the message box display a blank button and not one that says "OK".
"Boo" does appear in the Title bar.
This is doing my head in...
Rollasoc