Displaying a message box

rsturner82

New member
Joined
Feb 1, 2010
Messages
2
Programming Experience
Beginner
Hi, I am trying to display a message box in VB.NET. This should be simple but I cannot get it to work.

I have coded in VB before and used MsgBox("Message") but in VB.NET i understand its MessageBox.Show("Message") but i cannot get it to work. Its saying MessageBox is not declared but what do you declare a message box as?

Thanks for the help in advance.
 
Back
Top