This document compares the key code constants and values used in Visual Basic 6.0 to their equivalents in Visual Basic 2005. It includes tables that list the numeric, alphabetic, function, and other special key codes such as arrow keys, page up/down, etc. and shows how the constant names were updated between the two versions of Visual Basic for consistency.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
71 views
Visual Basic 6.0 Visual Basic 2005 Equivalent
This document compares the key code constants and values used in Visual Basic 6.0 to their equivalents in Visual Basic 2005. It includes tables that list the numeric, alphabetic, function, and other special key codes such as arrow keys, page up/down, etc. and shows how the constant names were updated between the two versions of Visual Basic for consistency.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3
The following tables show the Visual Basic 6.
0 Key Code constants and values and their Visual Basic
2005 equivalents.
Key Code Constants
Visual Basic 6.0 Visual Basic 2005 Equivalent
vbKeyLButton (1) LButton vbKeyRButton (2) RButton vbKeyCancel (3) Cancel vbKeyMButton (4) MButton vbKeyBack (8) Back vbKeyTab (9) Tab vbKeyClear (12) Clear vbKeyReturn (13) Return vbKeyShift (16) ShiftKey vbKeyControl (17) ControlKey vbKeyMenu (18) Menu vbKeyPause (19) Pause vbKeyCapital (20) Capital vbKeyEscape (27) Escape vbKeySpace (32) Space vbKeyPageUp (33) PageUp vbKeyPageDown (34) PageDown vbKeyEnd (35) End vbKeyHome (36) Home vbKeyLeft (37) Left vbKeyUp (38) Up vbKeyRight (39) Right vbKeyDown (40) Down vbKeySelect (41) Select vbKeyPrint (42) Print vbKeyExecute (43) Execute vbKeySnapshot (44) Snapshot vbKeyInsert (45) Insert vbKeyDelete (46) Delete vbKeyHelp (47) Help vbKeyNumlock (144) Numlock vbKeyScrollLock (145) Scroll
Alphabetic Key Code Constants
Visual Basic 6.0 Visual Basic 2005 Equivalent
VbKeyA (65) A VbKeyB (66) B VbKeyC (67) C VbKeyD (68) D VbKeyE (69) E VbKeyF (70) F VbKeyG (71) G VbKeyH (72) H VbKeyI (73) I VbKeyJ (74) J VbKeyK (75) K VbKeyL( 76) L vbKeyM (77) M VbKeyN (78) N VbKeyO (79) O VbKeyP( 80) P VbKeyQ (81) Q VbKeyR (82) R VbKeyS (83) S VbKeyT (84) T VbKeyU (85) U VbKeyV (86) V VbKeyW (87) W VbKeyX (88) X VbKeyY (89) Y VbKeyZ (90) Z