10 2024 档案
摘要:通过模拟音量键输入方式实现 [DllImport("user32.dll")] static extern void keybd_event(byte bVk, byte bScan, UInt32 dwFlags, UInt32 dwExtraInfo); [DllImport("user32.d
阅读全文
摘要:public void MicrosecondDelay(long microseconds) { const long ticksPerMillisecond = 10000L; const long ticksPerMicrosecond = ticksPerMillisecond / 1000
阅读全文