11-19-2014, 08:38 AM
(11-18-2014, 06:36 PM)darkvoid Wrote:(11-18-2014, 06:19 PM)djbaptou Wrote:(11-18-2014, 10:51 AM)Xanathos Wrote:(11-18-2014, 08:29 AM)djbaptou Wrote: Hey guys,
I tried to program a bot which clicks on the trial button on the LF robot software every hours. Unfortunately, my bot do nothing when i ask him to click somewhere on the LF robot window. It seems to be a security somewhere. Does anyone know how can i solve this ?
PS : Sorry for my bad english
Get the handle of the trial button and use controlclick.
What do you mean by controlclick ? I'm sorry i'm a real newbie in programming and i'm actually using "Super Macro". It's pretty limited but that's enough right ?
If you are already using AutoIt you can check the helpfile. It will explain what is controlclick and simple example. Basically it is sending a click command to the handler and coordinates given. You can use the windows info tool to get the handler name.
When I use 'windows info tool' on the 'try' button it doesn't even give me a window title ... That means , impossible to use controlclick ! Any thoughts ?