Archive: Complete value list WM_* messages


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.


Look at Contib\WinMessages.nsh


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.


If you don't see any word about WinMessages.nsh in the docs, it is in your main NSIS directory, not the contrib directory.


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.

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


Ah, that problem :) I hope we will find a solution.