Hi All,

I wrote some application and i need in some place to catch the keyboard pressed key - so i used windows hook - now i have the scan code of the pressed key but i cant convert it to the real key that the user pressed.

How can i know from the key scan code what is the real key ?

Is there some .Net class that can give me the pressed key when the input is the scan code ?

Thanks for the help