ileandros Posted September 8, 2012 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 WiValdiBB, IgImAx and ibrahem 2 1 I feel nothing.It feels great.
BrianTheBold Posted September 10, 2012 Posted September 10, 2012 I belive this is almost completly what i have been looking for. however i have not made it work yet.
ileandros Posted September 10, 2012 Author 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.
BrianTheBold Posted September 16, 2012 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.
wraithdu Posted September 16, 2012 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
BrianTheBold Posted September 18, 2012 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.
wraithdu Posted September 18, 2012 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...
ileandros Posted April 15, 2013 Author 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.
JuanFelipe Posted September 7, 2015 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
WiValdiBB Posted March 31, 2016 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
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