标签: c# win32gui
是否存在从System.Windows.Forms.Keys到Win32 VK_ *系统的预先存在的转换器?我看到VK_CONTROL是0x11而System.Windows.Forms.Keys.Control是131072.(System.Windows.Forms.Keys.ControlKey是17。)
答案 0 :(得分:1)
对于WPF Key枚举,有KeyInterop类。
Winforms Keys枚举与Win32 VK_ *值具有相同的整数值。