geon Posted November 30, 2007 Posted November 30, 2007 (edited) Is it possible somehow to deny users to click on anything during execution autoit script with installation? They are used allways to click on Cancel, if they are in a hurry. Thank you Edited November 30, 2007 by geon
Jex Posted November 30, 2007 Posted November 30, 2007 BlockInput -------------------------------------------------------------------------------- Disable/enable the mouse and keyboard. BlockInput ( Flag ) Parameters : Flag 1 = Disable user input 0 = Enable user input My scripts : Immediate Window , My Web Browser , Travian , Text Effect , Characters & Words per minute or second , Image Editor (ImageMagick) , Matrix style background effect ( Screensaver ) , Mail Sender , Protectlinks decoder and Rapidshare links checker , Fonts Fetcher , Region determine , Compare pictures , Gradient color box , Mouse Coordinates, Colors, Pixel Search things , Encrypt/Decrypt and embeding file in jpeg thing , Hard disk space monitor , Reflex game , Multiplayer Tic Tac Toe , WLM ( MSN ) personal message changer
Generator Posted November 30, 2007 Posted November 30, 2007 Why NotGUICtrlSetState($Cancel,$GUI_DISABLE)
geon Posted November 30, 2007 Author Posted November 30, 2007 Why NotBut those dialogs, i talk about, are not generated by AutoIt. They appears, as the installation continues. They came from the installation program. I would need function, that disables mouse/keybiord either at all or from the beggining to the end.
Generator Posted November 30, 2007 Posted November 30, 2007 But those dialogs, i talk about, are not generated by AutoIt. They appears, as the installation continues. They came from the installation program. I would need function, that disables mouse/keybiord either at all or from the beggining to the end.Hides a control.ControlHide ( "title", "text", controlID )
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