I am trying to do a "Hello World" in C#....when I open a blank project.....put a button on the form....and under the click event I am typing in Messagebox.Show. First of all intellisense doesn't recognize it and when I build I get the following error:
The type or namespace name 'messagebox' could not be found (are you missing a using directive or an assembly reference?)
I searched for this error on the Internet but didn't have much luck so I assume I am an idiot!
Is there something I need to do when I start a new C# project? This seemed very very basic to me.
thanks,
C# Very Newbie
The type or namespace name 'messagebox' could not be found (are you missing a using directive or an assembly reference?)
I searched for this error on the Internet but didn't have much luck so I assume I am an idiot!
Is there something I need to do when I start a new C# project? This seemed very very basic to me.
thanks,
C# Very Newbie