Hexa value for Windows Message List

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi ,

I need list of window's Message constants. I need hexa decimal value for each key event, mouse event.
For an example.... i have &H101 for Key Up , similarly i need the list of hexa decimal values to use in WndProc function.

Regards
Rajamanickam
 
Just look them up in in WinUser.h
You'll find it in the <Visual Studio .NET path>\Vc7\PlatformSDK\Include
folder

/claes

Rajamanickam said:
Hi ,

I need list of window's Message constants. I need hexa decimal value for each key event, mouse event.
For an example.... i have &H101 for Key Up , similarly i need the list of
hexa decimal values to use in WndProc function.
 
Back
Top