Пример #1
0
 public static Keys CharToKey(char ch)
 {
     return((Keys)Imports.VkKeyScan(ch));
 }