现在的位置: 首页 > 综合 > 正文

look for picture

2013年05月06日 ⁄ 综合 ⁄ 共 308字 ⁄ 字号 评论关闭

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 
 

 

抱歉!评论已关闭.