The first step in designing a Visual Basic application is designing the interface (what the user sees).
First we will just practice adding controls onto the form and adjusting their properties. There are two ways to put a control onto a form:
- Double click
- Click on the tool, then click and drag out the shape on your form.
Once your control is on the form, you can move it or resize it.
To remove a control, click on it, then press the delete key to remove it.
![]() |
|



