Name

Public Const WM_SIZE = &H5

Synopsis

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.

Description

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
Return Value

0 only if the application processes this message.

Get Subclassing and Hooking with Visual Basic now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.