WndProc messages

  • Thread starter Thread starter UmmagummA
  • Start date Start date
U

UmmagummA

Some time ago there was post with list of all windows messages for WndProc
procedure, but I was stupid enough to lose them :(
So if somebody could send this list (with codes) I will be veery happy.

Happy New Year to all!
 
UmmagummA said:
Some time ago there was post with list of all windows messages for WndProc
procedure, but I was stupid enough to lose them :(
So if somebody could send this list (with codes) I will be veery happy.

Happy New Year to all!

The values can be easily found in winuser.h (somewhere in the visual
studio program directory)

Cheers,
Happy New Year to you too,
Benoit.
 
Hi,


Take a look at the MSDN shipped with VS 6 it does have a listing of them,
as well as what parameters you find in Wparam|Lparam to get the values
follow benoit's suggestion and look into the header files.

cheers,
 
Back
Top