Skip to content
⌘ NSIS Forum Archive

Complete value list WM_* messages

7 posts

clary#

Complete value list WM_* messages

Hello,

Is there anyone who can tell me where I can find the complete list of WM_* messages as shown in NSIS HELP ?

NSIS - HELP only shows these 3 one :

WM_CLOSE 16
WM_COMMAND 273
WM_USER 1024

I'm looking for the others values.

Thanks a lot for answers.
rainwater#
Btw, winmessages.nsh is not a "complete" list. Since windows components have their own WM_ messages, I've never really seen a complete list of all of the standard WM's.
kichik#
If you don't see any word about WinMessages.nsh in the docs, it is in your main NSIS directory, not the contrib directory.
Joost Verburg#
Originally posted by rainwater
Btw, winmessages.nsh is not a "complete" list. Since windows components have their own WM_ messages, I've never really seen a complete list of all of the standard WM's.
ApiViewer 2002 has a list of about 330 WM messages.
Wyz#
I was searching such a list in order to see if there is not WinAPI command to refresh the "Add/Remove" list...
Thx and CU