按键精灵如何后台运行吗???

发布网友 发布时间:2024-10-24 00:16

我来回答

4个回答

热心网友 时间:2024-11-11 01:56

Hwnd = Plugin.Window.MousePoint()
Rem a
Call Plugin.Bkgnd.KeyPress(Hwnd, 9)
Delay 500
Call Plugin.Bkgnd.KeyPress(Hwnd, 49)
Delay 500
Call Plugin.Bkgnd.KeyPress(Hwnd, 50)
Delay 500
Goto a
先把鼠标移动到需要运行脚本的窗口上,再启动脚本

这个是对的

热心网友 时间:2024-11-11 01:57

Hwnd = Plugin.Window.MousePoint()
Rem a
Call Plugin.Bkgnd.KeyPress(Hwnd, 9)
Delay 500
Call Plugin.Bkgnd.KeyPress(Hwnd, 49)
Delay 500
Call Plugin.Bkgnd.KeyPress(Hwnd, 50)
Delay 500
Goto a
先把鼠标移动到需要运行脚本的窗口上,再启动脚本

热心网友 时间:2024-11-11 01:57

我现在在使用TC,感觉还不错吧!TC作为最新国内首款免费多线程的图形界面脚本制作开发工具软件,比较给力。 TC我感觉类似c#和asp等编程语言了。
TC视频教程的话,是免费的,你可以去TC官网在线观看.
或者去TC论坛的TC教程版块免费下载。

热心网友 时间:2024-11-11 01:58

后台用到的是Bkgnd插件,楼上已经给你答案了,建议类似的问题,先去看以下按键后台的简单例子再来提问

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com