Using "Message Box" in C#.
Now lets start our C# programming using "Windows Forms" applications. First of all lets open our first windows form application using the following path.
Now type the following line of code as it is between the two curly brackets under static void Main() and hit enter.
MessageBox.Show("Hello C#!!");
Now run you program and see the output.
To run your program follow the bellow mentioned instructions.
Press F5 on the keyboard, or click Debug > Start Debugging.
Lesson 03--> Home
No comments:
Post a Comment