1. 首页
  2. 编程语言
  3. C#
  4. vs2010 C# 键盘钩子

vs2010 C# 键盘钩子

上传者: 2020-05-22 07:01:09上传 RAR文件 69.99KB 热度 17次
usingSystem; usingSystem.Runtime.InteropServices; usingSystem.Reflection; usingSystem.Windows.Forms; namespaceKeyboardHook { publicenumKeyboardEvents { KeyDown=0x0100, KeyUp=0x0101, SystemKeyDown=0x0104, SystemKeyUp=0x0105 } [StructLayo
下载地址
用户评论
码姐姐匿名网友 2020-05-22 07:01:09

vs2010 C# 键盘钩子