ileandros Posted September 8, 2012 Share Posted September 8, 2012 (edited) Hi there,This is a very simple code that i use for ControlClick on background windows with MouseClick cursor.To be honest i had made this for game automatation but its been very usefull to me on my latests projects with mouseclicking on background clients.ChangesAdded ControlClick for background windows on fullscreen or windowed modeWorks on any screen resolutionAlso added MouseClick function for windowed modeCheersMsClick.au3 Edited April 15, 2013 by ileandros IgImAx, WiValdiBB and ibrahem 2 1 I feel nothing.It feels great. Link to comment Share on other sites More sharing options...
BrianTheBold Posted September 10, 2012 Share Posted September 10, 2012 I belive this is almost completly what i have been looking for. however i have not made it work yet. Link to comment Share on other sites More sharing options...
ileandros Posted September 10, 2012 Author Share Posted September 10, 2012 Give me the summary of the info tool when you use it on your client and maybe we can do something I feel nothing.It feels great. Link to comment Share on other sites More sharing options...
BrianTheBold Posted September 16, 2012 Share Posted September 16, 2012 im just trying to get something to click about 20 buttons on a full screen windows for 6-10 hours at a time. Link to comment Share on other sites More sharing options...
wraithdu Posted September 16, 2012 Share Posted September 16, 2012 (edited) @Brian I would take your discussion offline if I were you. Discussion of game automation is not allowed by forum rules. Such talk will quickly get this topic locked and/or removed. Edited September 16, 2012 by wraithdu Link to comment Share on other sites More sharing options...
BrianTheBold Posted September 18, 2012 Share Posted September 18, 2012 who said anything about a game? this is for a cnc mill prorgram that cuts plywood but the old computer died and the programming for haveing a dedicated cnc program is unbelivable expensive. I have put together a p4 xp system that will control the router movements commands but to have them move to x or y takes a manual click of butons on the layout screen. Link to comment Share on other sites More sharing options...
wraithdu Posted September 18, 2012 Share Posted September 18, 2012 Well you didn't say it wasn't for a game either, and we get a lot of posts just like yours about game automation. Short, vague, deliberately ambiguous... Link to comment Share on other sites More sharing options...
ileandros Posted April 15, 2013 Author Share Posted April 15, 2013 Hey guys i just updated it because i used it on a project so i needed to update it for my use. Check 1st post for update WiValdiBB 1 I feel nothing.It feels great. Link to comment Share on other sites More sharing options...
JuanFelipe Posted September 7, 2015 Share Posted September 7, 2015 Hello friend, I know the post is old, you could give me an example of how to use this code you use normally.It is that I'm something new. #include <Misc.au3> #include <MsgBoxConstants.au3> If _Singleton("aceptar ventanas business", 1) = 0 Then MsgBox(16, "Error", "Ya Esta En Ejecución El Mismo Programa") Exit EndIf while 1 If WinExists("Recuperando los datos...")Then ControlClick("Recuperando los datos...","","[CLASS:Button; INSTANCE:1]") Else EndIf WEnd Link to comment Share on other sites More sharing options...
WiValdiBB Posted March 31, 2016 Share Posted March 31, 2016 (edited) On 15.04.2013 at 2:58 AM, ileandros said: Hey guys i just updated it because i used it on a project so i needed to update it for my use. Check 1st post for update Some examples ? Edited March 19, 2017 by WiValdiBB Link to comment Share on other sites More sharing options...
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