07 2016 档案
摘要:1 using System.Text; 2 using System.Net; 3 using System.IO; 4 using System.Text.RegularExpressions; 5 using System.Security.Cryptography.X509Certificates; 6 using System.Net.Security; 7...
阅读全文
摘要:keybd_event()的函数原型是: void keybd_event( byte bVk, //虚拟键码 byte bScan, //该键的硬件扫描码 dword dwFlags //函数操作的各个方面的一个标志位集 dword dwExtraInfo //与击键相关的附加的32位值 ); 其
阅读全文