Quantcast
Channel: Windows Forms General forum
Viewing all articles
Browse latest Browse all 12583

How do I derive the character from the System.Windows.Forms.Keys enumeration for both normal and ShiftKey version?

$
0
0

I am creating a simple virtual keyboard.  I have a class of all the keys I want in the keyboard.  I want to display the correct text for each key by using the System.Windows.Keys enumeration.    I simply want to return the character of a given key for both its normal and Shift state.    For example...  

System.Windows.Forms.Keys.Oem3  is the " and '  key.  I want to return those characters for both System.Windows.Forms.Keys.None and System.Windows.Forms.Keys.ShiftKey states.   

A function like GetCharFromKey(key As Keys, modifiers As Keys) As Char  would be nice?

So I could do something like

NormalKey As String

NormalKey = GetCharFromKey(Keys.Oem3,Keys.None)

 I've seen solutions using the user32.dll functions ToAscii() and ToUnicode() and functions that determine the KeyState and then return the character but there as GOT to be an easier way?

I've messed with the KeyConverter class but it doesn't help with the Oem keys. 



Jeff Davis


Viewing all articles
Browse latest Browse all 12583

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>