Jump to content

ControlClick


Recommended Posts

Hello all

I saw this script in another topic and one part confused me slightly

Send("#r")
Sleep(1000)
$hHandle = WinGetHandle("Run")
MsgBox(64, "Window Handle", 'Now this will click the "Cancel" button using >> WinGetHandle("' & $hHandle & '")')
ControlClick($hHandle, "", "[CLASS:Button; INSTANCE:3]")

in the last line, (i'm assuming the the $hHandle is the title) how are you meant to determine the instance number, especially when applied to a GUI with a lot of buttons.

Apologies if this is a stupid question

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...