Jump to content

How to get imagesearch to check only the active window


Recommended Posts

    $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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

How do i use auto it code tags?

For web browsing searches.

You can use the IE.au3 commands to do much of what you need. Whats the name of the site? Odds are someone has already done what you are trying to do and we can point you to their code. That would save you time.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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