The VB Objects

Back to Main - Back to Learn VB

What are the objects?

The objects are a necessary part of a successful program (The key word in that sentence is successful). Here you will learn what the objects are and what they are used for. Please read about the of the objects you are unfamiliar with, for they might come in handy.

It is important to learn these objects, if you are trying to fix your spaceship and return to earth. If you use a wrong object (or don't use any objects), then you will surely never see Earth again!

These items are organized from left to right and from top to bottom on the Visual Basic design toolbar.

Picture Box

Label

TextBox

Frame

Command Button

CheckBox

Option Button

Combo Box

ListBox

Timer

Drive list box

Shapes

Lines

Image

These items are included in the "Standard EXE" project. More objects are available but vary on different computers, so we have not listed them. These "extra" objects can be discovered by right clicking on the object toolbar and selecting "Components", then check the objects you want added to your toolbar and click "apply".

Back to MAIN - Back to LEARN VB
Back to TOP