Standard visual basic controls
Name |
Prefix |
Function |
CheckBox |
Chk |
Displays or enables input of a two-part choice, such as |
ComboBox |
cbo |
Enables the user to select entry from a list or enter a new value. |
CommandButton |
Cmd |
Enables the user to initiate a rogram action. Can |
Data Control |
Dat |
Provides a link to database files. |
Dir ListBox |
Dir |
Displays and enables a user to choose from available |
DriveListBox |
Drv |
Displays and enables a user to choose from available |
FileListBox |
Fil |
Displays and enables a user to choose from available |
Frame |
Fra |
Serves as a container for other controls. Provides a |
HscrollBar |
Hsb |
Produces a numerical value based on the scroll bar's |
Image |
img |
Displays a graphic image. Similar in appearance to the |
Label |
lbl |
Displays text that the user can’t directly modify |
Line |
lin |
Displays lines on the form. |
ListBox |
lst |
Displays a list of items from which the user can |
OLE Container |
ole |
Provides you with a way to link to OLE servers. |
OptionButton |
opt |
Displays or enables a choice among multiple |
PictureBox |
Pic |
Displays a graphic image. It can also serve as a |
Shape |
shp |
Displays geometric shapes on the form |
TextBox |
txt |
Displays text that the user can edit. |
Timer |
tmr |
Provides a means for an action to be taken after |
VscrollBar |
vsb |
Same as above but vertical. Note the scrollbars behave |