Jump to content

code for control click


Recommended Posts

I have a code like below. Essentially to click on button 7 programatically.

Pls help to correct the below.

Run("calc.exe")

WinActivate("Calculator")

Sleep(2000)

MsgBox(0,"Message","Click button 7",5)

ControlClick("","","Button","Left",2,179,274)

WinClose("Calculator")

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