Helpautoit controlCLick() function problem

Posts 14 of 4 · Page 1 of 1
autoit controlCLick() function problem
Hi

i don't know if anyone here can help me with the problem i am confronted with.

im trying to use the ControlClick function in an autoit script but it does not work.I have no problem with the ControlSend function tho.

i tried different things to solve the problem like changing resolution to : custom fullscreen, switching up ControlClick parameters :

ControlClick("Vindictus", "","[CLASS:Valve001]", "left",1,109,932)
ControlClick("Vindictus", "","", "left",1,109,932)
ControlClick($hWnd, "","[CLASS:Valve001]", "left",1,109,932) //$hWnd being the handler to vindictus
ControlClick($hWnd, "","", "left",1,109,932) //$hWnd being the handler to vindictus

I also tried changing the mousecoordMode but nothing worked so far.

Does the program block click input while not active ?

Thanks in advance for answers.

ps. sorry if i am unclear , i'm not used to writing in english.
nobody ?
You can try this: ControlClick($handle, "", "", "left", 1, 109, 932)
with using autoit Windows Info to find out exactlly name of windows:
Opt("WinTitleMatchMode", 1)
Global $handle = WinGetHandle("name of game/client... 2 - 3 word in the left")
Quote Originally Posted by Dontrym3 View Post
Does the program block click input while not active ?
Yes. They made that change like 2 years ago. Almost all games require it nowadays.
Posts 14 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?