VK_ constants

I searched the forums but couldn't find anything on this subject so; how can I translate a VK_ message to an ascii number? At the moment I've got a small piece of code that works, but sometimes results in the number being about 30,000 too big to be an ascii number.
[275 byte] By [hixxy] at [2007-11-19 19:38:56]
# 1 Re: VK_ constants
You can use MapVirtualKey() ( http://windowssdk.msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/userinput/keyboardinput/keyboardinputreference/keyboardinputfunctions/mapvirtualkey.asp) with uMapMode = 2
philkr at 2007-11-9 13:20:24 >
# 2 Re: VK_ constants
Thanks :)
hixxy at 2007-11-9 13:21:25 >