Instruction: Please Complete All The Task. Title: Create Hello World Program
Instruction: Please Complete All The Task. Title: Create Hello World Program
NDP:
LABSHEET 1
INSTRUCTION: PLEASE COMPLETE ALL THE TASK.
TITLE: CREATE HELLO WORLD PROGRAM
2. On the file menu click New Project. Ensure that the Visual basic Category is
selected on the left side of the dialog box, and the Windows Form Application
template is also selected.
4. Click the Textbox control in the toolbox, then draw a Textbox like the following
picture.
5. Click the Button control, then draw it below the text box on the form like the
following picture.
6. Set the following property for the button object by using the Properties
Window:
7. Double-click the OK Button and type the following program statement between
the Private Sub btnOk_Click and End Sub statement in the Code Editor:
End Sub
End Class
8. Click the Start Debugging button on the Standard Toolbar and the program will
display as shown here: