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