Jump to content

Recommended Posts

Posted

    $x1=0
    $y1=0
    
    $result = _ImageSearch("xxx.bmp",1,$x1,$y1,100)
    if $result=1 Then
       
    ToolTip(" found! ", 400, 3)   
    MouseMove($x1,$y1,20)
    MouseClick("right",$x1,$y1)
    Sleep(1000)
    MouseMove($x1 +65, $y1 +7 ,20)
    Sleep(2000)
    
    
    
      Else
      ToolTip(" not! ", 400, 3)
      Sleep(500)
      
 EndIf

The problem i am having is it searches the whole computer screen, i want it to search only the active window. I'm not very experienced with autoit, can anyone tell me a simple way to change this to search only the active window?

Posted

Hi,

Welcome to the autoit forum :)

Please use autoit code tags to post your code.

What is the FINAL purpose of this script?

Br, FireFox.

Posted

Hi,

Welcome to the autoit forum :)

Please use autoit code tags to post your code.

What is the FINAL purpose of this script?

Br, FireFox.

How do i use auto it code tags?

For web browsing searches.

Posted

Perhaps looking at WinGetPos() in the help file will also give you some clues, but this does seem a long way to search for something on the internet. Are you sure that your automation will be legitimate?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...