June 2001
Intermediate to advanced
706 pages
24h 10m
English
Public Const WM_SIZE = &H5
wParam
Specifies the type of resizing.
lParam
Low-order word contains the final width of the window; high-order word contains the final height of the window.
Sent after the window is resized; can be any one of the following constants, defined in Appendix C:
SIZE_MAXHIDE
|
SIZE_MAXIMIZED
|
SIZE_MAXSHOW
|
SIZE_MINIMIZED
|
SIZE_RESTORED
|
0 only if the application processes this message.
Read now
Unlock full access