Visual Basic Keycode constants
The following keycode constants can be used anywhere in your visual basic event code such as _MouseDown, _MouseMove, _MouseUp, _KeyDown, _KeyUp.| Constant | Value | Description | 
|---|---|---|
| vbKeyLButton | 1 | Left mouse button | 
| vbKeyRButton | 2 | Right mouse button | 
| vbKeyCancel | 3 | CANCEL key | 
| vbKeyMButton | 4 | Middle mouse button | 
| vbKeyBack | 8 | BACKSPACE key | 
| vbKeyTab | 9 | TAB key | 
| vbKeyClear | 12 | CLEAR key | 
| vbKeyReturn | 13 | ENTER key | 
| vbKeyShift | 0x10 | SHIFT key | 
| vbKeyControl | 17 | CTRL key | 
| vbKeyMenu | 18 | MENU key | 
| vbKeyPause | 19 | PAUSE key | 
| vbKeyCapital | 20 | CAPS LOCK key | 
| vbKeyEscape | 27 | ESC key | 
| vbKeySpace | 32 | SPACEBAR key | 
| vbKeyPageUp | 33 | PAGE UP key | 
| vbKeyPageDown | 34 | PAGE DOWN key | 
| vbKeyEnd | 35 | END key | 
| vbKeyHome | 36 | HOME key | 
| vbKeyLeft | 37 | LEFT ARROW key | 
| vbKeyUp | 38 | UP ARROW key | 
| vbKeyRight | 39 | RIGHT ARROW key | 
| vbKeyDown | 40 | DOWN ARROW key | 
| vbKeySelect | 41 | SELECT key | 
| vbKeyPrint | 42 | PRINT SCREEN key | 
| vbKeyExecute | 43 | EXECUTE key | 
| vbKeySnapshot | 44 | SNAPSHOT key | 
| vbKeyInsert | 45 | INSERT key | 
| vbKeyDelete | 46 | DELETE key | 
| vbKeyHelp | 47 | HELP key | 
| vbKeyNumlock | 144 | NUM LOCK key | 
| vbKeyScrollLock | 145 | SCROLL LOCK key | 
Bibliography:
- https://indrawan21.blogspot.com/
- https://microsoft.com/
vb, table, reference table, reference sheet, vbkey, const
Related Post:
- Handle Keyboard Shortcut In Microsoft Visual Basic
- Visual Basic KeyAscii (reference)
- Visual Basic TextBox
- Label Control Properties In Visual Basic 6
- Microsoft Visual Basic 6 Data Binding Object
- Topic about Visual Basic 6 ( VB 6 )
- Visual Basic (VB6) CRUD with Ms Access Database Code
- Visual Basic Variable Keywords 1
- Error Handling In Visual Basic
- Most Common Chr Code In Visual Basic (reference)
- Default Value Of Data Types In Visual Basic 6
- Visual Basic Intrinsic Controls
- Visual Basic 6 Data Type Function
- Visual Basic Error Codes
- Visual Basic 6 Menu
- PHP Requirements
- HTML White Space 1
- Most Java Exception 1
- Circle Element
 
 
 
 
Tidak ada komentar:
Posting Komentar