June 2001
Intermediate to advanced
706 pages
24h 10m
English
Public Const WM_KEYDOWN = &H100
wParam
Contains the virtual key code of the key pressed.
lParam
Contains bit flags for the key pressed. The bit flags are defined as follows:
Number of times the key is repeated
Scan code
Indicates if the key pressed is an extended key
Reserved
Always 0 for WM_KEYDOWN messages
The previous key state; 1 if the key was already pressed before this message was posted, otherwise
Always 1 for WM_KEYDOWN messages
Posted to a window indicating that a non-system key was pressed (a nonsystem key is one that is pressed while the ALT key is not being pressed).
0 only if the application processes this message.
Read now
Unlock full access