Name

Public Const WM_ENTERIDLE = &H121

Synopsis

wParam

Indicates whether the window is entering the idle state due to a menu item or dialog box being displayed; can be one of the following, defined in Appendix C:

MSGF_DIALOGBOX
MSGF_MENU
lParam

hWnd to the dialog box or menu.

Description

Sent to a window that is entering the idle state.

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.