摘要: 涉及的核心类,参见 《模拟键盘的动作信号-"SendInput示例"》 核心方法 1 private void SendMsg() 2 { 3 IntPtr hWnd = DLL_Navigation.FindWindowA(null, "TS"); 4 5 if (hWnd == null) 6 阅读全文
posted @ 2022-12-30 16:23 冲云霄 阅读(2) 评论(0) 推荐(0)
摘要: (1)定义一个引用类(核心类) 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 usin 阅读全文
posted @ 2022-12-30 16:13 冲云霄 阅读(2) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 using System.IO; 8 9 阅读全文
posted @ 2022-12-30 15:10 冲云霄 阅读(3) 评论(0) 推荐(0)