Windows Message values?

W

What-a-Tool

Could someone please direct me to a list of the windows msg values?

Thanks

--

/ Sean the Mc /


"I have not failed. I've just found 10,000 ways that won't work."
- Thomas Alva Edison (1847-1931)
 
W

What-a-Tool

Enumerations of the WndProc values

WM_DISPLAYCHANGE, WM_APCTIVATEAPP, WM-NCHITTEST, ECT

Remember finding a complete list of these values once on a web site, but I
can't find it now

--

/ Sean the Mc /


"I have not failed. I've just found 10,000 ways that won't work."
- Thomas Alva Edison (1847-1931)
 
I

Imran Koradia

The values are in the header files in the SDK. You can download the SDK and
you should be able to look up those values in the various header files.
Also, here's a site which hosts these header files but I'm not sure how
recent these are so I would rather look up the files from within the SDK.
http://doc.ddart.net/msdn/header/include/windows.h.html
http://doc.ddart.net/msdn/header/include/winuser.h.html
....
....
just replace the file names to get the header file you want in the URL
above.

hope that helps..
Imran.
 
W

What-a-Tool

Thanks very much

--

/ Sean the Mc /


"I have not failed. I've just found 10,000 ways that won't work."
- Thomas Alva Edison (1847-1931)
 
G

Guest

Hello!

Does anyone know, some easier way to include Windows Message Values in
application, like that is in C++ include winuser.h or something like that.
Is it possible?

Thanks
Milan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top