Programming With Visual Basic
Programming With Visual Basic
VB IDE
Procedure
box
Object box
Properties for controls in the toolbox
Property Description
BorderStyl
Generally, specifies whether or not a control has a border.
e
Enabled Determines whether or not the control can respond to user-generated events.
For controls displaying text, specifies the font (name, style, size, etc.) to be
Font
applied to the displayed text.
Specifies the distance (in pixels) between the internal left edge of a control and
Left
the left edge of its containter.
TabIndex Specifies the tab order of a control within its parent form,
Specifies whether or not the user can use the Tab key to give focus to the
TabStop
control.
Specifies the distance (in pixels) between the internal top edge of a control and
Top
the top edge of its containter.
Project Window
A Visual Basic program consists of several files that are linked together to make the program
run. The Visual Basic 6.0 development environment includes a Project window to help you
switch back and forth between these components as you work on a project.