MerkurAlex Posted July 6, 2007 Posted July 6, 2007 mk my automation clicks in alot of different places i dont want the person to move the mouse and screw it up so i need to disable the mouse to the user and let my program control the mouse then when its over give them control back. no _mousetrap wont work [quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote]
PsaltyDS Posted July 6, 2007 Posted July 6, 2007 mk my automation clicks in alot of different places i dont want the person to move the mouse and screw it up so i need to disable the mouse to the user and let my program control the mouse then when its over give them control back.no _mousetrap wont workCheck out BlockInput() in the help file. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
James Posted July 6, 2007 Posted July 6, 2007 I once tried using _MouseTrap() to only stop the mouse moving. I tried using MouseGetPos along with it, but it didn't work BlockInput is all you have atm. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
rrrm99 Posted July 7, 2007 Posted July 7, 2007 (edited) MouseClick("left", x, y, 1, 0) would that work? speed [optional] the speed to move the mouse in the range 1 (fastest) to 100 (slowest). A speed of 0 will move the mouse instantly. Default speed is 10. Edited July 7, 2007 by rrrm99
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