摘要: var file = "C:\\Windows\\System32\\osk.exe"; Process.Start(file); 报错 找不到文件 使用 win32API 也打不开 可以打Calc.exe using System; using System.Collections.Generic 阅读全文
posted @ 2020-01-10 18:03 enych 阅读(637) 评论(0) 推荐(0) 编辑
摘要: private void button2_Click(object sender, EventArgs e) { WIN32_FIND_DATA FindFileData1 = new WIN32_FIND_DATA(); var file = "C:\\Windows\\System32\\osk 阅读全文
posted @ 2020-01-10 17:07 enych 阅读(362) 评论(0) 推荐(0) 编辑
摘要: //鼠标滑动事件 // 开始按下手机的起点坐标 var startPoint = null; document.addEventListener("touchstart", function (e) { var e = e || window.event; startPoint = e.touche 阅读全文
posted @ 2020-01-10 08:47 enych 阅读(4181) 评论(0) 推荐(0) 编辑