June 2001
Intermediate to advanced
706 pages
24h 10m
English
Public Const WM_COMMAND = &H111
wParam
The low-order word contains the menu item, accelerator key, or control ID. The high-order word indicates whether the notification message is from an accelerator key, control, or menu item.
lParam
hWnd of the control sending the notification message.
Sent if an accelerator key is pressed, a command menu item is selected, or a control sends a notification message to its parent.
0 only if the application processes this message.
Read now
Unlock full access