Name

Public Const WM_MOVING = &H216

Synopsis

wParam

Indicates the window edge that is being moved; it 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.

Description

Sent to a window currently being moved.

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.