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
Definition Needed
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
Definition Needed
WM_CLEAR
&H303
Definition Needed
WM_CLOSE
&H10
Definition Needed
WM_COMMAND
&H111
Definition Needed
WM_COMPACTING
&H41
Definition Needed
WM_COMPAREITEM
&H39
Definition Needed
WM_CONTEXTMENU
&H7B
Definition Needed
WM_COPY
&H301
Definition Needed
WM_COPYDATA
&H4A
Definition Needed
WM_CREATE
&H1
Definition Needed
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
Definition Needed
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
Definition Needed
WM_ENDSESSION
&H16
Definition Needed
WM_ENTERIDLE
&H121
Definition Needed
WM_ENTERMENULOOP
&H211
Definition Needed
WM_ENTERSIZEMOVE
&H231
Definition Needed
WM_ERASEBKGND
&H14
Definition Needed
WM_EXITMENULOOP
&H212
Definition Needed
WM_EXITSIZEMOVE
&H232
Definition Needed
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
Definition Needed
WM_GETMINMAXINFO
&H24
Definition Needed
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
Definition Needed
WM_INPUTLANGCHANGEREQUEST
&H50
Definition Needed
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
Definition Needed
WM_MOVING
&H216
Definition Needed
WM_NCACTIVATE
&H86
Non Client Area Activated Caption(Title) of the Form
WM_NCCALCSIZE
&H83
Definition Needed
WM_NCCREATE
&H81
Definition Needed
WM_NCDESTROY
&H82
Definition Needed
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
Definition Needed
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
Definition Needed
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
Definition Needed
WM_QUERYENDSESSION
&H11
Definition Needed
WM_QUERYNEWPALETTE
&H30F
Definition Needed
WM_QUERYOPEN
&H13
Definition Needed
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.