Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: C#如何将虚拟键码转换为字符?
基本上我有一个 ascii 字符列表,我需要将其转换为 System.Windows.Forms.Key(用于 PostMessage)。无论键盘/区域/语言环境等如何,它都需要工作......
我知道如果它来自 AZ,你可以直接投射它,但没有其他方法。有没有人弄清楚这一点?
我说的是 [、]、<、> 等键......所有非数字和非 A 到 Z。
谢谢!
乔什