QTR 2 Lesson 2 VB Program Basics
QTR 2 Lesson 2 VB Program Basics
letter,
number or an
underscore
CANNOT
any
blank space
UNIQUE
40 characters
in length
CANNOT be the
same with restricted
/ reserved
keywords
Naming Convention:
Example:
3 letter prefix + Name
Command Button:
cmdQuit
Most Commonly Used
Function Keys:
F5
F7
F4
Most Commonly Used
CODES:
End / Unload Me –
= “” –
.Setfocus -
Concatenation / Concat
The Ampersand (&)
ACCESS KEY.
✓ * You should NOT create an
ACCESS on the same Letter.
The CODES:
POINT to Remember:
When CODING, after typing
period (.) after the object name
and NO mini completion code
window appears then it simply
means that object DO NOT exist
therefore your CODE will be just
be an ERROR as well.