This is a Qmacro Script for looking for a picture.
We might as well set a simple picture just like the folder image "folder.bmp" of windows as follows.
And put the image under the script folder.
Here is the code.
Rem Start
VBSCall FindPic(0,0,1024,768,"folder.bmp",0.5,x,y)
If x>0 and y>0
VBSCall Call SetCursorPos(x,y)
Else
Goto Start
EndIf
本文介绍了一个简单的Qmacro脚本,用于在屏幕上查找指定的图片并定位其坐标。示例中使用了Windows默认文件夹图标“folder.bmp”作为目标图片,并提供了具体的VBScript实现代码。
5671

被折叠的 条评论
为什么被折叠?



