June 2001
Intermediate to advanced
706 pages
24h 10m
English
Public Const WM_SIZING = &H214
wParam
Indicates the window edge that is being sized; can be one or more of the following, defined in Appendix C:
WMSZ_BOTTOM
|
WMSZ_BOTTOMLEFT
|
WMSZ_BOTTOMRIGHT
|
WMSZ_LEFT
|
WMSZ_RIGHT
|
WMSZ_TOP
|
WMSZ_TOPLEFT
|
WMSZ_TOPRIGHT
|
lParam
Pointer to a RECT structure, defined in Appendix C.
Sent to a window currently being resized.
0 only if the application processes this message.
Read now
Unlock full access