Julius Ramos Posted December 9, 2005 Posted December 9, 2005 i try to use blockInput but keyboard and mouse is disable. how about i want only the mouse disable/ enable. i there anyway to implement this with autoit. any suggestion is highly appreciated.. thank you, julius -----------------------------------------------------------BSECE, MCPAIM: juliusrmsYM: jivy_21@yahoo.comMSN: juliusLramos@hotmail.comMobile #: (Globe): +639167031989Web: http://www.trendmicro.com
seandisanti Posted December 9, 2005 Posted December 9, 2005 i try to use blockInput but keyboard and mouse is disable.how about i want only the mouse disable/ enable.i there anyway to implement this with autoit.any suggestion is highly appreciated..thank you,juliusyou could use the MouseMove() function to move the mouse to a harmless area of the screen, then use _MouseTrap() to keep it there...
Julius Ramos Posted December 9, 2005 Author Posted December 9, 2005 you could use the MouseMove() function to move the mouse to a harmless area of the screen, then use _MouseTrap() to keep it there...where can i find this udf _MouseTrap() -----------------------------------------------------------BSECE, MCPAIM: juliusrmsYM: jivy_21@yahoo.comMSN: juliusLramos@hotmail.comMobile #: (Globe): +639167031989Web: http://www.trendmicro.com
seandisanti Posted December 9, 2005 Posted December 9, 2005 where can i find this udf _MouseTrap()it's in the misc.au3 for the beta, or if you search the forum you'll find it as a stand alone .au3
gamerman2360 Posted December 10, 2005 Posted December 10, 2005 Would this allow you to still move the mouse with autoit?
seandisanti Posted December 10, 2005 Posted December 10, 2005 Would this allow you to still move the mouse with autoit?yes i believe so, but the thing is, once it's moved out of the mouetrap area of the screen, it's untrapped... one thing you may want to do is make it so that when your script moves the mouse, it moves the trap area too.
Krikov Posted December 10, 2005 Posted December 10, 2005 Hello If You Using The Mose Movments to Send Mouse Click to Install a Program Then i Suggest you to use the Function ControlClick ( "title", "text", controlID [, button] [, clicks]] ) More Ease AutoMan [topic="63488"][font="Arial"]Krikov Tray Quick Menu[/font][/topic]
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