Create a new Project > name it whatever
Step 1: Add a button, name it Message or whatever
Step 2: Double click the button, add this code
or
Step 3: Start Debugging
Step 4: Click Your Button
Step 5: There you go!
Step 1: Add a button, name it Message or whatever
Step 2: Double click the button, add this code
Code:
MsgBox("Hello World")
Code:
MessageBox.Show("Hello World")
Step 3: Start Debugging
Step 4: Click Your Button
Step 5: There you go!