Possible Duplicate:
C# How to translate virtual keycode to char?
Basically I have a list of ascii characters that I need to have converted to System.Windows.Forms.Key (for use with PostMessage). And it needs to work no matter what the keyboard/region/locale etc...
I know you can just cast it if it's from A-Z, but nothing else works. Has anyone figured this out?
I'm talking about keys like [, ], <, >, etc... All the non-numeric and non-A to Z.
Thanks!
Josh