xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 112KB
    文件類(lèi)型: .zip
    金幣: 2
    下載: 1 次
    發(fā)布日期: 2021-08-13
  • 語(yǔ)言: C#
  • 標(biāo)簽:

資源簡(jiǎn)介

/* 該程序必須以管理員權(quán)限運(yùn)行 注意如果為64位系統(tǒng)則需要引用WinIo64.dll,如果為32位系統(tǒng)需要引用WinIo64 Initialize() 安裝WINIO驅(qū)動(dòng) Shutdown() 卸載WINIO驅(qū)動(dòng) KeyDown(Key) 模擬普通Key鍵按下 KeyUp(Key)模擬普通Key鍵彈起 KeyDownEx(Key)模擬擴(kuò)展Key鍵按下 KeyUpEx(Key)模擬擴(kuò)展Key鍵彈起 KeyPress(Key)模擬普通Key鍵按下并彈起一次。其中按下和彈起的默認(rèn)時(shí)間間隔是200毫秒 KeyPress(Key,Int32)模擬普通Key鍵按下并彈起一次。其中按下和彈起的時(shí)間間隔是第二個(gè)參數(shù),單位為毫秒。 KeyPressEx(Key)模擬擴(kuò)展按鍵Key按下并彈起一次。其中按下和彈起的默認(rèn)時(shí)間間隔是200毫秒 KeyPressEx(Key,Int32)模擬擴(kuò)展按鍵Key按下并彈起一次。其中按下和彈起的時(shí)間間隔是第二個(gè)參數(shù),單位為毫秒 KeyPressEx(Key,Int32,Int32)模擬擴(kuò)展按鍵Key按下并彈起一次。其中按下和彈起的時(shí)間間隔是第二個(gè)參數(shù),單位為毫秒 */

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Diagnostics;
using?System.Drawing;
using?System.Runtime.InteropServices;
using?System.Text;
using?System.Threading;
using?System.Windows.Forms;

namespace?WinIoTest
{
????public?partial?class?FrmMain?:?Form
????{
????????public?FrmMain()
????????{
????????????InitializeComponent();
????????}

????????private?void?FrmMain_Load(object?sender?EventArgs?e)
????????{
????????????WinIo.Initialize();//初始化WinIo
????????}
????????//該程序必須以管理員權(quán)限運(yùn)行---------------------------------------------------------------------
????????//注意如果為64位系統(tǒng)則需要引用WinIo64.dll,如果為32位系統(tǒng)需要引用WinIo64
????????/*
?????????Initialize()?安裝WINIO驅(qū)動(dòng)
????????Shutdown()?卸載WINIO驅(qū)動(dòng)
????????KeyDown(Key)?模擬普通Key鍵按下
????????KeyUp(Key)模擬普通Key鍵彈起
????????KeyDownEx(Key)模擬擴(kuò)展Key鍵按下
????????KeyUpEx(Key)模擬擴(kuò)展Key鍵彈起
????????KeyPress(Key)模擬普通Key鍵按下并彈起一次。其中按下和彈起的默認(rèn)時(shí)間間隔是200毫秒
????????KeyPress(KeyInt32)模擬普通Key鍵按下并彈起一次。其中按下和彈起的時(shí)間間隔是第二個(gè)參數(shù),單位為毫秒。
????????KeyPressEx(Key)模擬擴(kuò)展按鍵Key按下并彈起一次。其中按下和彈起的默認(rèn)時(shí)間間隔是200毫秒
????????KeyPressEx(KeyInt32)模擬擴(kuò)展按鍵Key按下并彈起一次。其中按下和彈起的時(shí)間間隔是第二個(gè)參數(shù),單位為毫秒
????????KeyPressEx(KeyInt32Int32)模擬擴(kuò)展按鍵Key按下并彈起一次。其中按下和彈起的時(shí)間間隔是第二個(gè)參數(shù),單位為毫秒
?????????*/
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????this.textBox1.Focus();
????????????WinIo.KeyPress(VKKey.VK_A);//按下a
????????????WinIo.KeyPress(VKKey.VK_B?100);//按下b
????????????WinIo.KeyPressEx(VKKey.VK_LEFT?200);//按下左鍵一次
????????}
????????private?void?FrmMain_FormClosed(object?sender?FormClosedEventArgs?e)
????????{
????????????WinIo.Shutdown();
????????}
????}
}

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????0??2016-05-03?10:05??WinIoTest\
?????目錄???????????0??2016-05-03?10:05??WinIoTest\.vs\
?????目錄???????????0??2016-05-03?10:05??WinIoTest\.vs\WinIoTest\
?????目錄???????????0??2016-05-03?10:05??WinIoTest\.vs\WinIoTest\v14\
?????文件???????32256??2016-05-05?09:11??WinIoTest\.vs\WinIoTest\v14\.suo
?????目錄???????????0??2016-05-05?09:38??WinIoTest\WinIoTest\
?????文件?????????994??2016-05-03?10:05??WinIoTest\WinIoTest.sln
?????目錄???????????0??2016-05-03?10:07??WinIoTest\WinIoTest\bin\
?????目錄???????????0??2016-05-05?09:38??WinIoTest\WinIoTest\bin\Debug\
?????文件??????????46??2016-05-03?10:44??WinIoTest\WinIoTest\bin\Debug\desktop.ini
?????文件???????45568??2010-05-15?23:56??WinIoTest\WinIoTest\bin\Debug\WinIo32.dll
?????文件????????6656??2010-05-08?23:16??WinIoTest\WinIoTest\bin\Debug\WinIo32.sys
?????文件???????44544??2010-05-15?23:56??WinIoTest\WinIoTest\bin\Debug\WinIo64.dll
?????文件???????10920??2010-05-08?23:46??WinIoTest\WinIoTest\bin\Debug\WinIo64.sys
?????文件???????13824??2016-05-05?09:38??WinIoTest\WinIoTest\bin\Debug\WinIoTest.exe
?????文件???????28160??2016-05-05?09:38??WinIoTest\WinIoTest\bin\Debug\WinIoTest.pdb
?????文件???????21680??2016-05-05?09:10??WinIoTest\WinIoTest\bin\Debug\WinIoTest.vshost.exe
?????文件?????????490??2015-10-30?15:19??WinIoTest\WinIoTest\bin\Debug\WinIoTest.vshost.exe.manifest
?????目錄???????????0??2016-05-03?10:54??WinIoTest\WinIoTest\bin\Debug\zh-CHS\
?????目錄???????????0??2016-05-03?10:07??WinIoTest\WinIoTest\bin\Release\
?????文件????????2206??2016-05-05?09:38??WinIoTest\WinIoTest\FrmMain.cs
?????文件????????2772??2016-05-05?09:06??WinIoTest\WinIoTest\FrmMain.Designer.cs
?????文件????????5817??2016-05-05?09:06??WinIoTest\WinIoTest\FrmMain.resx
?????目錄???????????0??2016-05-03?10:05??WinIoTest\WinIoTest\obj\
?????目錄???????????0??2016-05-05?09:08??WinIoTest\WinIoTest\obj\Debug\
?????文件????????1230??2016-05-04?11:30??WinIoTest\WinIoTest\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6043??2016-05-03?10:54??WinIoTest\WinIoTest\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2016-05-03?10:05??WinIoTest\WinIoTest\obj\Debug\TempPE\
?????文件?????????524??2016-05-05?09:38??WinIoTest\WinIoTest\obj\Debug\WinIoTest.csproj.FileListAbsolute.txt
?????文件?????????849??2016-05-05?09:38??WinIoTest\WinIoTest\obj\Debug\WinIoTest.csproj.GenerateResource.Cache
?????文件????????1340??2016-05-05?09:38??WinIoTest\WinIoTest\obj\Debug\WinIoTest.csprojResolveAssemblyReference.cache
............此處省略13個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源