怎么编辑按键精灵脚本 锁定窗口后台运行

2024-11-25 06:19:53
推荐回答(1个)
回答1:

后台需要用到大漠   我给你改了你也用不了   还要获取句柄

你搜一下大漠注册也可以免费的

Call Lib.大漠命令.大漠注册2("3.1233")
hwnd = dm.GetMousePointWindow()
TracePrint hwnd 
dm_ret = dm.BindWindow(hwnd, "gdi", "windows3", "windows", 0)//窗口绑定
If dm_ret = 0 Then 
    TracePrint "0"
Else 
    TracePrint  hwnd
End If
dm.moveto 784, 531
Delay 1109
dm.KeyPress (81)
Delay 510
Delay 25
dm.KeyPress (81)

需要用到dm.dll   大漠注册    以及一个小插件绑定大漠