C#WinIo驱动级键盘按键

上传者: basicfu | 上传时间: 2019-12-21 19:27:47 | 文件大小: 112KB | 文件类型: zip
/* 该程序必须以管理员权限运行 注意如果为64位系统则需要引用WinIo64.dll,如果为32位系统需要引用WinIo64 Initialize() 安装WINIO驱动 Shutdown() 卸载WINIO驱动 KeyDown(Key) 模拟普通Key键按下 KeyUp(Key)模拟普通Key键弹起 KeyDownEx(Key)模拟扩展Key键按下 KeyUpEx(Key)模拟扩展Key键弹起 KeyPress(Key)模拟普通Key键按下并弹起一次。其中按下和弹起的默认时间间隔是200毫秒 KeyPress(Key,Int32)模拟普通Key键按下并弹起一次。其中按下和弹起的时间间隔是第二个参数,单位为毫秒。 KeyPressEx(Key)模拟扩展按键Key按下并弹起一次。其中按下和弹起的默认时间间隔是200毫秒 KeyPressEx(Key,Int32)模拟扩展按键Key按下并弹起一次。其中按下和弹起的时间间隔是第二个参数,单位为毫秒 KeyPressEx(Key,Int32,Int32)模拟扩展按键Key按下并弹起一次。其中按下和弹起的时间间隔是第二个参数,单位为毫秒 */

文件下载

资源详情

[{"title":"( 31 个子文件 112KB ) C#WinIo驱动级键盘按键","children":[{"title":"WinIoTest","children":[{"title":"WinIoTest","children":[{"title":"Program.cs <span style='color:#111;'> 472B </span>","children":null,"spread":false},{"title":"obj","children":[{"title":"Debug","children":[{"title":"WinIoTest.Properties.Resources.resources <span style='color:#111;'> 180B </span>","children":null,"spread":false},{"title":"WinIoTest.exe <span style='color:#111;'> 13.50KB </span>","children":null,"spread":false},{"title":"WinIoTest.csproj.FileListAbsolute.txt <span style='color:#111;'> 524B </span>","children":null,"spread":false},{"title":"WinIoTest.FrmMain.resources <span style='color:#111;'> 180B </span>","children":null,"spread":false},{"title":"WinIoTest.pdb <span style='color:#111;'> 27.50KB </span>","children":null,"spread":false},{"title":"DesignTimeResolveAssemblyReferencesInput.cache <span style='color:#111;'> 5.90KB </span>","children":null,"spread":false},{"title":"TempPE","children":null,"spread":false},{"title":"DesignTimeResolveAssemblyReferences.cache <span style='color:#111;'> 1.20KB </span>","children":null,"spread":false},{"title":"WinIoTest.csprojResolveAssemblyReference.cache <span style='color:#111;'> 1.31KB </span>","children":null,"spread":false},{"title":"WinIoTest.csproj.GenerateResource.Cache <span style='color:#111;'> 849B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"bin","children":[{"title":"Release","children":null,"spread":false},{"title":"Debug","children":[{"title":"WinIoTest.exe <span style='color:#111;'> 13.50KB </span>","children":null,"spread":false},{"title":"WinIoTest.pdb <span style='color:#111;'> 27.50KB </span>","children":null,"spread":false},{"title":"WinIo32.sys <span style='color:#111;'> 6.50KB </span>","children":null,"spread":false},{"title":"WinIoTest.vshost.exe <span style='color:#111;'> 21.17KB </span>","children":null,"spread":false},{"title":"WinIoTest.vshost.exe.manifest <span style='color:#111;'> 490B </span>","children":null,"spread":false},{"title":"zh-CHS","children":null,"spread":false},{"title":"WinIo64.sys <span style='color:#111;'> 10.66KB </span>","children":null,"spread":false},{"title":"desktop.ini <span style='color:#111;'> 46B </span>","children":null,"spread":false},{"title":"WinIo64.dll <span style='color:#111;'> 43.50KB </span>","children":null,"spread":false},{"title":"WinIo32.dll <span style='color:#111;'> 44.50KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"WinIo.cs <span style='color:#111;'> 12.54KB </span>","children":null,"spread":false},{"title":"FrmMain.Designer.cs <span style='color:#111;'> 2.71KB </span>","children":null,"spread":false},{"title":"Properties","children":[{"title":"AssemblyInfo.cs <span style='color:#111;'> 1.29KB </span>","children":null,"spread":false},{"title":"Settings.Designer.cs <span style='color:#111;'> 1.07KB </span>","children":null,"spread":false},{"title":"Resources.resx <span style='color:#111;'> 5.48KB </span>","children":null,"spread":false},{"title":"Settings.settings <span style='color:#111;'> 249B </span>","children":null,"spread":false},{"title":"Resources.Designer.cs <span style='color:#111;'> 2.76KB </span>","children":null,"spread":false}],"spread":true},{"title":"WinIoTest.csproj <span style='color:#111;'> 3.50KB </span>","children":null,"spread":false},{"title":"FrmMain.resx <span style='color:#111;'> 5.68KB </span>","children":null,"spread":false},{"title":"FrmMain.cs <span style='color:#111;'> 2.15KB </span>","children":null,"spread":false}],"spread":true},{"title":".vs","children":[{"title":"WinIoTest","children":[{"title":"v14","children":[{"title":".suo <span style='color:#111;'> 31.50KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"WinIoTest.sln <span style='color:#111;'> 994B </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • wanderocn :
    没有任何反应,也没报错
    2018-05-17
  • u013229448 :
    我在WIN10下没用呀。。。一切正常,唯一不正常的就是没反应。。
    2018-05-02
  • mort464212863 :
    感谢分享。
    2018-01-25
  • easonlaw :
    值得借鉴,感谢分享。
    2017-04-24

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明