Jump to content

MouseMove inside Application?


Recommended Posts

Ok thanks.. So it should look something like this?

ControlClick ( "SSSS", "SSSS", [iD:15] [, left [, 1 [, 651 [, 76 ]]]] )

Edit:

I get this error when i start it

ControlClick ( "SSSS", "SSSS", [iD:15] [, left [, 1 [, 651 [, 76 ]]]] )

ControlClick ( "SSSS", "SSSS", [iD^ ERROR

Edit2: I don't understand.. I can't seem to get the Control Id correct.. What if i want to click in the center of Notepad while having it minimized?

Edited by Nevalopo
Link to comment
Share on other sites

Take out the square brackets.

all of them or just some? Mind giving me an example?

Should it be like this?

ControlClick ( "SSSS", "SSSS", ID:15 , left , 1 , 651 , 76 )

Or this?

ControlClick ( "SSSS", "SSSS", ID:15 [, left [, 1 [, 651 [, 76 ]]]] )

Or maybe this? :blink:

ControlClick ( "SSSS", "SSSS", "ID:15" [, "left" [, 1 [, 651 [, 76 ]]]] )

Link to comment
Share on other sites

Sorry, I might have gotten the syntax wrong this time, try this, ControlClick("SSSS", "SSSS", 15, "left", 1, 651, 76)

Hmm.. Still doesnt seem to click

ControlSend("SSSS", "", "", "{F4}")

Sleep(200)

ControlClick("SSSS", "SSSS", 15, "left", 1, 651, 76)

Sleep(200)

I am using this.. It clicks F4 but doesnt click in the middle of notepad~~

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