dani Posted March 7, 2010 Posted March 7, 2010 Amongst other things, you forgot a question mark I was able to imagine that one, but I do not exactly understand what you mean by 'pausing' a process. Elaborate.
SteeLpwnage Posted March 7, 2010 Author Posted March 7, 2010 i have a program that clicks on some points on the screen but on other times i want to pause it so i can move the cursor without him interfering
somdcomputerguy Posted March 7, 2010 Posted March 7, 2010 (edited) Well you can click on its icon in the systray which by default will 'pause' a script. Or you can add your own code to the script. See the example here, Function HotKeySet. Edited March 7, 2010 by snowmaker - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
SteeLpwnage Posted March 7, 2010 Author Posted March 7, 2010 u don't get it i'm trying to pause another program not the scrip from autoit
dani Posted March 7, 2010 Posted March 7, 2010 I don't like repeating myself but give a better explanation of 'pausing' a program... Apparently you use AutoIt to simulate keystrokes / mouseclicks. If you want to use the program normally for a while after some clicks, just put in a Sleep() command, maybe surrounded by a While [condition] .. statements WEnd block.
somdcomputerguy Posted March 7, 2010 Posted March 7, 2010 Win32 process suspend/resume tool - CodeProject - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
SteeLpwnage Posted March 7, 2010 Author Posted March 7, 2010 it isn't a autoit program that i use 4 clicking i use another program unreleated to autoit so now im wondering if i could make a program that will temporarly stop it but it doesn't close it
dani Posted March 7, 2010 Posted March 7, 2010 Well then take a look at snowmaker's suggestion? Alternatively, you could use AutoIt to take care of the mouseclicks
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