James_McWolf 0 Posted January 15, 2005 I believe I have searched everywhere for this (help file and forums), and the answer is probably so simple I didn't even recognize it when I saw it, but how do you imput the co-ordinates in the window where you want it to click. I want to click at 45,64 in the active window, but instead it clicks at 45,64 on the screen. Shurely it can't be that complicated. Share this post Link to post Share on other sites
CyberSlug 6 Posted January 15, 2005 ; Add the following to the beginning of your script Opt("MouseCoordMode", 0) ;make coordinates relative to the active window Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Share this post Link to post Share on other sites
James_McWolf 0 Posted January 15, 2005 Thank you so much. By the way, that command is not in the help file... I wonder why Share this post Link to post Share on other sites
CyberSlug 6 Posted January 15, 2005 See http://www.autoitscript.com/autoit3/docs/f...ItSetOption.htmIf you look at the help file that comes with the AutoIt download, you might not see "AutoItSetOption" in the contents, but it IS listed in the Index and search page.Opt and AutoItSetOption are interchangable Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Share this post Link to post Share on other sites