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:

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.

Experiment with adding and resizing controls on your form. 

You can make your form larger or smaller by clicking on it and dragging the resize handles on the edge.