Jump to content

Can I make coordinates relative to a window instead of a screen?


 Share

Recommended Posts

AutoItSetOption("MouseCoordMode",2) for client

AutoItSetOption("MouseCoordMode",0) for window

But a Control based click will be more effective, and doesn't need an X/Y coord at all.  ControlClick.

Edited by jdelaney
IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
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

×
×
  • Create New...