June 2001
Intermediate to advanced
706 pages
24h 10m
English
Public Const WM_PARENTNOTIFY = &H210
wParam
The low-order word contains the action for which the parent is being notified; it can be one of the following:
WM_CREATE
|
WM_DESTROY
|
WM_LBUTTONDOWN
|
WM_MBUTTONDOWN
|
WM_RBUTTONDOWN
|
WM_XBUTTONDOWN
|
The high-order word contains a value that depends on the low-order
word of wParam; it can be one of the
following:
WM_CREATE
|
WM_DESTROY
|
WM_LBUTTONDOWN
|
WM_MBUTTONDOWN
|
WM_RBUTTONDOWN
|
WM_XBUTTONDOWN
|
lParam
Value depends on the low-order word of
wParam; it can be one of the following:
WM_CREATE
|
WM_DESTROY
|
WM_LBUTTONDOWN
|
WM_MBUTTONDOWN
|
WM_RBUTTONDOWN
|
WM_XBUTTONDOWN
|
Notifies the parent of an action occurring in a child control.
0 only if the application processes this message.
Read now
Unlock full access