Ive been digging around google for the past hour trying to figure this out..
I have a key code that is not coming from an event, its manually entered in. I need to convert that code to its key representation. i.e. I enter in 65, i want to see A. I have tried a few different ways but cant seem to get the results im looking for. I tried using Char.ConvertFro mUtf32() but if press "." it returns the "3/4" character. I tried casting it to Keys but it gives me "OemPeriod" . How do i get it to just give me "."??
I have a key code that is not coming from an event, its manually entered in. I need to convert that code to its key representation. i.e. I enter in 65, i want to see A. I have tried a few different ways but cant seem to get the results im looking for. I tried using Char.ConvertFro mUtf32() but if press "." it returns the "3/4" character. I tried casting it to Keys but it gives me "OemPeriod" . How do i get it to just give me "."??
Comment