Design User is banned. Joined Mar 7, 2012 Posts 330 Reacts 0 Reputation 0 Credits 0 Mar 7, 2012 #1 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 Code: MsgBox("Hello World") or Code: MessageBox.Show("Hello World") Step 3: Start Debugging Step 4: Click Your Button Step 5: There you go!
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 Code: MsgBox("Hello World") or Code: MessageBox.Show("Hello World") Step 3: Start Debugging Step 4: Click Your Button Step 5: There you go!