T
Tom P.
You wouldn't think this would be as hard as it is but for some reason
I can't find a way to translate any of the codes in the
KeyDownEventArgs into the actual characters they represent.
The best I can do is get the uppercase character using
Convert.ToChar() but if the user types a lowercase character I still
end up with the uppercase character.
What I need to know is how do I get the correct character during the
KeyDown event?
Tom P.
I can't find a way to translate any of the codes in the
KeyDownEventArgs into the actual characters they represent.
The best I can do is get the uppercase character using
Convert.ToChar() but if the user types a lowercase character I still
end up with the uppercase character.
What I need to know is how do I get the correct character during the
KeyDown event?
Tom P.