Jump to content

ControlClick Question


 Share

Recommended Posts

Okay. From what i can gather, controlclick coords are different to the normal mouseclick coords..

Correct...?

If thats true.. i was just wondering if there was a way to get the controlclick coords, if the window has no control info.

All help is appreciated.

Thanks in advance.

(Woo first post! :P)

Link to comment
Share on other sites

Okay. From what i can gather, controlclick coords are different to the normal mouseclick coords..

Correct...?

If thats true.. i was just wondering if there was a way to get the controlclick coords, if the window has no control info.

All help is appreciated.

Thanks in advance.

(Woo first post! :P)

Every function that uses X/Y coordinates is relative to something. ControlClick() is relative to the control. MouseClick() is relative to either the desktop, window, or client area of a window (minus border/title/menu bar) depending on the setting of "MouseCoordMode" option (see help file).

And welcome to AutoIt.

:unsure:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...