epicfail Posted September 14, 2009 Author Posted September 14, 2009 i was just trying to use the desktop nothing else and what is controlX functions
jvanegmond Posted September 14, 2009 Posted September 14, 2009 In that case your script is incorrect. ControlX functions are all the native AutoIt functions of which the name starts with Control. github.com/jvanegmond
epicfail Posted September 14, 2009 Author Posted September 14, 2009 well would u be able to look at that script4 me and telme what would be wrong with it?
epicfail Posted September 14, 2009 Author Posted September 14, 2009 (edited) Opt('MouseCoordMode', 0) $sizeApp = WinGetPos("Program Manager") MouseClick( "Left", $sizeApp[2] * 0.0302734375, $sizeApp[3] * 0.1171875 ) ;======================================================================== Opt('MouseCoordMode', 1) $sizeApp = WinGetPos("Program Manager") MouseClick( "Left", $sizeApp[0] + ($sizeApp[2] * 0.0302734375), $sizeApp[1] + ($sizeApp[3] * 0.1171875)) Edited September 14, 2009 by epicfail
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now