Window Message library

tsdt

Active Member
Licensed User
Hi all,

I am trying to develop an application displaying the key pressed of the button using window message library developed by some experts here. I noticed that the message returned is in numeric and I am trying to use the translate function to translate into some readable format. Anyone knows any library I can do that?? I had listed out all the VK_xxx items and getting a bit lazy to list out all the WM_xxx, hence, seeking for an easy way out.

On top of that, anyone knows where in MSDN I can find the mapping of the WM_xxx to the numbers??

Thanks lots.

:sign0089:
 

Zenerdiode

Active Member
Licensed User
If you have a look in the help file that agraham provided with the WindowsMessaging library; he has provided hyperlinks to websites that will display a list of the WM messages you desire.
 

tsdt

Active Member
Licensed User
Oh.. I must have missed that.. Thanks for pointing it out, Zenerdiode.
 
Top