Getting started with Visual basic 6

The first thing you do is,
Run the Visual Basic program. The first thing you see is:

Here you choose what is the kind of the program you want to create.
For creating a simple Visual Basic program, choose the Standard EXE,
and press the Open Button.

(If the above figure is not the first thing you see when you run Visual Basic,
choose from the Visual Basic menu File->New Project)
After you’ve clicked the Open button, you will see:



Look at the form with the title bar Form1.
This is how your program will look like.
Everything you will place on this form will appear in your program.
As you can see, your form is currently empty.
You didn’t program anything yet, but lets run the program!

Click on the Play button in the toolbar.

Now your program is running like this.


As you can see, the form is empty.
You can move the form, minimize and maximize it.

To stop the program from running, you can click on the Stop button
in the Toolbar, or click the form’s X button.
It’s very recommended that you will always close your programs using the
form’s X button instead of the Visual Basic Stop button.
It’s like shutting Windows From the Start button, instead of Pressing
the Power button.


In my next post, you’ll be learning about window properties.

You can leave a response, or trackback from your own site.

Leave a Reply