Hi everyone, i have just finished my script, but when i run it on a different PC with a different size click coords change. I did an adjustment for clicking into the window, took the relative coords of the window i want it to click like that example:
AutoItSetOption("MouseCoordMode",0)
WinWait("program name")
WinActivate("program name")
MouseClick("primary", 211,322,1,5)
But nothing changes so im just wondering what can be wrong.... i tryed many different things and nothing..... Can someone help me please???