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:
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: