Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Constants, prefix the name with the module name and a period.
The WM_ACTIVATE message is sent when a window is being activated or deactivated. This message is sent first to the window procedure of the top-level window being deactivated; it is then sent to the window procedure of the top-level window being activated.
WM_ACTIVATEAPP
&H1C
The WM_ACTIVATEAPP message is sent when a window belonging to a different application than the active window is about to be activated. The message is sent to the application whose window is being activated and to the application whose window is being deactivated.
WM_AFXFIRST
&H360
Definition Needed
WM_AFXLAST
&H37F
Definition Needed
WM_APP
&H8000
Definition Needed
WM_ASKCBFORMATNAME
&H30C
Definition Needed
WM_CANCELJOURNAL
&H4B
Definition Needed
WM_CANCELMODE
&H1F
The WM_CANCELMODE message is sent to cancel certain modes, such as mouse capture. For example, the system sends this message to the active window when a dialog box or message box is displayed. Certain functions also send this message explicitly to the specified window regardless of whether it is the active window. For example, the EnableWindow function sends this message when disabling the specified window.
WM_CAPTURECHANGED
&H215
Definition Needed
WM_CHANGECBCHAIN
&H30D
Definition Needed
WM_CHANGEUISTATE
&H127
Definition Needed
WM_CHAR
&H102
Definition Needed
WM_CHARTOITEM
&H2F
Definition Needed
WM_CHILDACTIVATE
&H22
The WM_CHILDACTIVATE message is sent to a child window when the user clicks the window's title bar or when the window is activated, moved, or sized.
WM_CLEAR
&H303
Definition Needed
WM_CLOSE
&H10
The WM_CLOSE message is sent as a signal that a window or an application should terminate.
WM_COMMAND
&H111
Definition Needed
WM_COMPACTING
&H41
The WM_COMPACTING message is sent to all top-level windows when the system detects more than 12.5 percent of system time over a 30- to 60-second interval is being spent compacting memory. This indicates that system memory is low.
WM_COMPAREITEM
&H39
Definition Needed
WM_CONTEXTMENU
&H7B
Definition Needed
WM_COPY
&H301
Definition Needed
WM_COPYDATA
&H4A
Definition Needed
WM_CREATE
&H1
The WM_CREATE message is sent when an application requests that a window be created by calling the CreateWindowEx or CreateWindow function. (The message is sent before the function returns.) The window procedure of the new window receives this message after the window is created, but before the window becomes visible.
WM_CTLCOLORBTN
&H135
Definition Needed
WM_CTLCOLORDLG
&H136
Definition Needed
WM_CTLCOLOREDIT
&H133
An edit control that is not read-only or disabled sends the WM_CTLCOLOREDIT message to its parent window when the control is about to be drawn. By responding to this message, the parent window can use the specified device context handle to set the text and background colors of the edit control.
WM_CTLCOLORLISTBOX
&H134
Sent to the parent window of a list box before the system draws the list box. By responding to this message, the parent window can set the text and background colors of the list box by using the specified display device context handle.
WM_CTLCOLORMSGBOX
&H132
Definition Needed
WM_CTLCOLORSCROLLBAR
&H137
Definition Needed
WM_CTLCOLORSTATIC
&H138
Definition Needed
WM_CUT
&H300
Definition Needed
WM_DEADCHAR
&H103
Definition Needed
WM_DELETEITEM
&H2D
Definition Needed
WM_DESTROY
&H2
The WM_DESTROY message is sent when a window is being destroyed. It is sent to the window procedure of the window being destroyed after the window is removed from the screen. This message is sent first to the window being destroyed and then to the child windows (if any) as they are destroyed. During the processing of the message, it can be assumed that all child windows still exist.
WM_DESTROYCLIPBOARD
&H307
Definition Needed
WM_DEVICECHANGE
&H219
Notifies an application of a change to the hardware configuration of a device or the computer.
WM_DEVMODECHANGE
&H1B
Definition Needed
WM_DISPLAYCHANGE
&H7E
Definition Needed
WM_DRAWCLIPBOARD
&H308
Definition Needed
WM_DRAWITEM
&H2B
Definition Needed
WM_DROPFILES
&H233
Definition Needed
WM_ENABLE
&HA
The WM_ENABLE message is sent when an application changes the enabled state of a window. It is sent to the window whose enabled state is changing. This message is sent before the EnableWindow function returns, but after the enabled state (WS_DISABLED style bit) of the window has changed.
WM_ENDSESSION
&H16
Definition Needed
WM_ENTERIDLE
&H121
Definition Needed
WM_ENTERMENULOOP
&H211
Definition Needed
WM_ENTERSIZEMOVE
&H231
The WM_ENTERSIZEMOVE message is sent one time to a window after it enters the moving or sizing modal loop. The window enters the moving or sizing modal loop when the user clicks the window's title bar or sizing border, or when the window passes the WM_SYSCOMMAND message to the DefWindowProc function and the wParam parameter of the message specifies the SC_MOVE or SC_SIZE value. The operation is complete when DefWindowProc returns.
WM_ERASEBKGND
&H14
Definition Needed
WM_EXITMENULOOP
&H212
Definition Needed
WM_EXITSIZEMOVE
&H232
The WM_EXITSIZEMOVE message is sent one time to a window, after it has exited the moving or sizing modal loop. The window enters the moving or sizing modal loop when the user clicks the window's title bar or sizing border, or when the window passes the WM_SYSCOMMAND message to the DefWindowProc function and the wParam parameter of the message specifies the SC_MOVE or SC_SIZE value. The operation is complete when DefWindowProc returns.
WM_FONTCHANGE
&H1D
Definition Needed
WM_GETDLGCODE
&H87
Definition Needed
WM_GETFONT
&H31
An application sends a WM_GETFONT message to a control to retrieve the font with which the control is currently drawing its text.
WM_GETHOTKEY
&H33
Definition Needed
WM_GETICON
&H7F
The WM_GETICON message is sent to a window to retrieve a handle to the large or small icon associated with a window. The system displays the large icon in the ALT+TAB dialog, and the small icon in the window caption.
WM_GETMINMAXINFO
&H24
The WM_GETMINMAXINFO message is sent to a window when the size or position of the window is about to change. An application can use this message to override the window's default maximized size and position, or its default minimum or maximum tracking size.
WM_GETOBJECT
&H3D
Definition Needed
WM_GETTEXT
&HD
An application sends a WM_GETTEXT message to copy the text that corresponds to a window into a buffer provided by the caller.
WM_GETTEXTLENGTH
&HE
An application sends a WM_GETTEXTLENGTH message to determine the length, in characters, of the text associated with a window.
WM_HANDHELDFIRST
&H358
Definition Needed
WM_HANDHELDLAST
&H35F
Definition Needed
WM_HELP
&H53
Definition Needed
WM_HOTKEY
&H312
Definition Needed
WM_HSCROLL
&H114
This message is sent to a window when a scroll event occurs in the window's standard horizontal scroll bar. This message is also sent to the owner of a horizontal scroll bar control when a scroll event occurs in the control.
WM_HSCROLLCLIPBOARD
&H30E
Definition Needed
WM_ICONERASEBKGND
&H27
Definition Needed
WM_IME_CHAR
&H286
Definition Needed
WM_IME_COMPOSITION
&H10F
Definition Needed
WM_IME_COMPOSITIONFULL
&H284
Definition Needed
WM_IME_CONTROL
&H283
Definition Needed
WM_IME_ENDCOMPOSITION
&H10E
Definition Needed
WM_IME_KEYDOWN
&H290
Definition Needed
WM_IME_KEYLAST
&H10F
Definition Needed
WM_IME_KEYUP
&H291
Definition Needed
WM_IME_NOTIFY
&H282
Definition Needed
WM_IME_REQUEST
&H288
Definition Needed
WM_IME_SELECT
&H285
Definition Needed
WM_IME_SETCONTEXT
&H281
Definition Needed
WM_IME_STARTCOMPOSITION
&H10D
Definition Needed
WM_INITDIALOG
&H110
Definition Needed
WM_INITMENU
&H116
Definition Needed
WM_INITMENUPOPUP
&H117
Definition Needed
WM_INPUTLANGCHANGE
&H51
The WM_INPUTLANGCHANGE message is sent to the topmost affected window after an application's input language has been changed. You should make any application-specific settings and pass the message to the DefWindowProc function, which passes the message to all first-level child windows. These child windows can pass the message to DefWindowProc to have it pass the message to their child windows, and so on.
WM_INPUTLANGCHANGEREQUEST
&H50
The WM_INPUTLANGCHANGEREQUEST message is posted to the window with the focus when the user chooses a new input language, either with the hotkey (specified in the Keyboard control panel application) or from the indicator on the system taskbar. An application can accept the change by passing the message to the DefWindowProc function or reject the change (and prevent it from taking place) by returning immediately.
WM_KEYDOWN
&H100
Definition Needed
WM_KEYFIRST
&H100
Definition Needed
WM_KEYLAST
&H108
Definition Needed
WM_KEYUP
&H101
Definition Needed
WM_KILLFOCUS
&H8
Definition Needed
WM_LBUTTONDBLCLK
&H203
Definition Needed
WM_LBUTTONDOWN
&H201
Definition Needed
WM_LBUTTONUP
&H202
Definition Needed
WM_MBUTTONDBLCLK
&H209
Definition Needed
WM_MBUTTONDOWN
&H207
Definition Needed
WM_MBUTTONUP
&H208
Definition Needed
WM_MDIACTIVATE
&H222
Definition Needed
WM_MDICASCADE
&H227
Definition Needed
WM_MDICREATE
&H220
Definition Needed
WM_MDIDESTROY
&H221
Definition Needed
WM_MDIGETACTIVE
&H229
Definition Needed
WM_MDIICONARRANGE
&H228
Definition Needed
WM_MDIMAXIMIZE
&H225
Definition Needed
WM_MDINEXT
&H224
Definition Needed
WM_MDIREFRESHMENU
&H234
Definition Needed
WM_MDIRESTORE
&H223
Definition Needed
WM_MDISETMENU
&H230
Definition Needed
WM_MDITILE
&H226
Definition Needed
WM_MEASUREITEM
&H2C
Definition Needed
WM_MENUCHAR
&H120
Definition Needed
WM_MENUCOMMAND
&H126
Definition Needed
WM_MENUDRAG
&H123
Definition Needed
WM_MENUGETOBJECT
&H124
Definition Needed
WM_MENURBUTTONUP
&H122
Definition Needed
WM_MENUSELECT
&H11F
Definition Needed
WM_MOUSEACTIVATE
&H21
Definition Needed
WM_MOUSEFIRST
&H200
Definition Needed
WM_MOUSEHOVER
&H2A1
Definition Needed
WM_MOUSELAST
&H20D
Definition Needed
WM_MOUSELEAVE
&H2A3
Definition Needed
WM_MOUSEMOVE
&H200
Definition Needed
WM_MOUSEWHEEL
&H20A
Definition Needed
WM_MOUSEHWHEEL
&H20E
Definition Needed
WM_MOVE
&H3
The WM_MOVE message is sent after a window has been moved.
WM_MOVING
&H216
The WM_MOVING message is sent to a window that the user is moving. By processing this message, an application can monitor the position of the drag rectangle and, if needed, change its position.
WM_NCACTIVATE
&H86
Non Client Area Activated Caption(Title) of the Form
WM_NCCALCSIZE
&H83
The WM_NCCALCSIZE message is sent when the size and position of a window's client area must be calculated. By processing this message, an application can control the content of the window's client area when the size or position of the window changes.
WM_NCCREATE
&H81
The WM_NCCREATE message is sent prior to the WM_CREATE message when a window is first created.
WM_NCDESTROY
&H82
The WM_NCDESTROY message informs a window that its nonclient area is being destroyed. The DestroyWindow function sends the WM_NCDESTROY message to the window following the WM_DESTROY message. WM_DESTROY is used to free the allocated memory object associated with the window.
WM_NCHITTEST
&H84
Definition Needed
WM_NCLBUTTONDBLCLK
&HA3
Definition Needed
WM_NCLBUTTONDOWN
&HA1
Definition Needed
WM_NCLBUTTONUP
&HA2
Definition Needed
WM_NCMBUTTONDBLCLK
&HA9
Definition Needed
WM_NCMBUTTONDOWN
&HA7
Definition Needed
WM_NCMBUTTONUP
&HA8
Definition Needed
WM_NCMOUSEMOVE
&HA0
Definition Needed
WM_NCPAINT
&H85
Definition Needed
WM_NCRBUTTONDBLCLK
&HA6
Definition Needed
WM_NCRBUTTONDOWN
&HA4
Definition Needed
WM_NCRBUTTONUP
&HA5
Definition Needed
WM_NEXTDLGCTL
&H28
Definition Needed
WM_NEXTMENU
&H213
Definition Needed
WM_NOTIFY
&H4E
Definition Needed
WM_NOTIFYFORMAT
&H55
Definition Needed
WM_NULL
&H0
The WM_NULL message performs no operation. An application sends the WM_NULL message if it wants to post a message that the recipient window will ignore.
WM_PAINT
&HF
Occurs when the control needs repainting
WM_PAINTCLIPBOARD
&H309
Definition Needed
WM_PAINTICON
&H26
Definition Needed
WM_PALETTECHANGED
&H311
Definition Needed
WM_PALETTEISCHANGING
&H310
Definition Needed
WM_PARENTNOTIFY
&H210
The WM_PARENTNOTIFY message is sent to the parent of a child window when the child window is created or destroyed, or when the user clicks a mouse button while the cursor is over the child window. When the child window is being created, the system sends WM_PARENTNOTIFY just before the CreateWindow or CreateWindowEx function that creates the window returns. When the child window is being destroyed, the system sends the message before any processing to destroy the window takes place.
WM_PASTE
&H302
Definition Needed
WM_PENWINFIRST
&H380
Definition Needed
WM_PENWINLAST
&H38F
Definition Needed
WM_POWER
&H48
Definition Needed
WM_POWERBROADCAST
&H218
Definition Needed
WM_PRINT
&H317
Definition Needed
WM_PRINTCLIENT
&H318
Definition Needed
WM_QUERYDRAGICON
&H37
The WM_QUERYDRAGICON message is sent to a minimized (iconic) window. The window is about to be dragged by the user but does not have an icon defined for its class. An application can return a handle to an icon or cursor. The system displays this cursor or icon while the user drags the icon.
WM_QUERYENDSESSION
&H11
Definition Needed
WM_QUERYNEWPALETTE
&H30F
Definition Needed
WM_QUERYOPEN
&H13
The WM_QUERYOPEN message is sent to an icon when the user requests that the window be restored to its previous size and position.
WM_QUEUESYNC
&H23
Definition Needed
WM_QUIT
&H12
Once received, it ends the application's Message Loop, signaling the application to end. It can be sent by pressing Alt+F4, Clicking the X in the upper right-hand of the program, or going to File->Exit.
WM_RBUTTONDBLCLK
&H206
Definition Needed
WM_RBUTTONDOWN
&H204
Definition Needed
WM_RBUTTONUP
&H205
Definition Needed
WM_RENDERALLFORMATS
&H306
Definition Needed
WM_RENDERFORMAT
&H305
Definition Needed
WM_SETCURSOR
&H20
Definition Needed
WM_SETFOCUS
&H7
When the controll got the focus
WM_SETFONT
&H30
An application sends a WM_SETFONT message to specify the font that a control is to use when drawing text.
WM_SETHOTKEY
&H32
Definition Needed
WM_SETICON
&H80
An application sends the WM_SETICON message to associate a new large or small icon with a window. The system displays the large icon in the ALT+TAB dialog box, and the small icon in the window caption.
WM_SETREDRAW
&HB
Definition Needed
WM_SETTEXT
&HC
Text / Caption changed on the control. An application sends a WM_SETTEXT message to set the text of a window.
WM_SETTINGCHANGE
&H1A
Definition Needed
WM_SHOWWINDOW
&H18
The WM_SHOWWINDOW message is sent to a window when the window is about to be hidden or shown
WM_SIZE
&H5
The WM_SIZE message is sent to a window after its size has changed.
WM_SIZECLIPBOARD
&H30B
Definition Needed
WM_SIZING
&H214
The WM_SIZING message is sent to a window that the user is resizing. By processing this message, an application can monitor the size and position of the drag rectangle and, if needed, change its size or position.
WM_SPOOLERSTATUS
&H2A
Definition Needed
WM_STYLECHANGED
&H7D
The WM_STYLECHANGED message is sent to a window after the SetWindowLong function has changed one or more of the window's styles.
WM_STYLECHANGING
&H7C
The WM_STYLECHANGING message is sent to a window when the SetWindowLong function is about to change one or more of the window's styles.
WM_SYNCPAINT
&H88
Definition Needed
WM_SYSCHAR
&H106
Definition Needed
WM_SYSCOLORCHANGE
&H15
Definition Needed
WM_SYSCOMMAND
&H112
Definition Needed
WM_SYSDEADCHAR
&H107
Definition Needed
WM_SYSKEYDOWN
&H104
Definition Needed
WM_SYSKEYUP
&H105
Definition Needed
WM_TCARD
&H52
Definition Needed
WM_TIMECHANGE
&H1E
Definition Needed
WM_TIMER
&H113
Definition Needed
WM_UNDO
&H304
Definition Needed
WM_UNINITMENUPOPUP
&H125
Definition Needed
WM_USER
&H400
Definition Needed
WM_USERCHANGED
&H54
The WM_USERCHANGED message is sent to all windows after the user has logged on or off. When the user logs on or off, the system updates the user-specific settings. The system sends this message immediately after updating the settings.
WM_VKEYTOITEM
&H2E
Definition Needed
WM_VSCROLL
&H115
Definition Needed
WM_VSCROLLCLIPBOARD
&H30A
Definition Needed
WM_WINDOWPOSCHANGED
&H47
The WM_WINDOWPOSCHANGED message is sent to a window whose size, position, or place in the Z order has changed as a result of a call to the SetWindowPos function or another window-management function.
WM_WINDOWPOSCHANGING
&H46
The WM_WINDOWPOSCHANGING message is sent to a window whose size, position, or place in the Z order is about to change as a result of a call to the SetWindowPos function or another window-management function.