Jump to content

Recommended Posts

Posted

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

Posted (edited)

one more quick question, is there any way to use the mousemove function to jump to the stated instance, just for visual effect

*ah, just figured it out, thanks again

Edited by Noviceatthis

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