Visual Basic naming conventions:   Return to List

' NOTE: The 3-letter codes are followed by a capital letter, with each word in name beginning with capital ltr.
cbo ' ComboBox
chk ' Checkbox
cmd ' Command Button (examples: cmdProceed, cmdCancel)
dir ' Directory ListBox
dlg ' Dialog
drv ' Drive ListBox
fil ' File ListBox
hsb ' Horizontal Scrollbar
img ' Image
lbl ' Label (examples: lblFirstDescription, lblHeading)
lst ' ListBox
mnu ' Menu
net ' Inet (Internet) dialog box
opt ' Option Button
pic ' PictureBox
sld ' Slider
tmr ' Timer
txt ' TextBox (examples: txtSocialSecurityNumber, txtUserInput_1)
LABELS: ' generally are in all caps



Note to Webmaster