|
-
June 1st, 2010, 08:56 AM
#1
SendMessage
Just read thru the SendMessage function entry:
http://msdn.microsoft.com/en-us/libr...8VS.85%29.aspx
Sweet & exactly what i need, but where can i find a list of all possible messages i can send (second parameter) ?
thanks,
-
June 1st, 2010, 09:03 AM
#2
Re: SendMessage
Any value from 0 to UINT_MAX is allowed (that's over 4 billion message types). What are you trying to do?
-
June 1st, 2010, 09:10 AM
#3
Re: SendMessage
You can click your way into more details from that link you provided.
I don't know if there is a complete (and practical) list but you get a lot of them in some kind of list by searching MSDN for WM_ T
http://social.msdn.microsoft.com/Search/en-us?query=WM_
You can also open winuser.h and browse thru it.
Edit: The most practical way is to get a book. Without having some background on how Windows is organized it's hard to know what message to search for.
Last edited by S_M_A; June 1st, 2010 at 09:14 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|