At least, there are two options come to mind: + Once you get the key code, you can open the Ascii code table in MSDN, and look up the character of that code in there :laugh: + Enumerate the characters in the array, then go through the list to see which character has the code that you are looking for.