OnTheFly Posted February 6, 2008 Posted February 6, 2008 Hi. I tested both: BlockInput(1) and; BlockInput(1) While 1 = 1 Sleep(200) Wend But none of them actually block user input. What's wrong?
Swift Posted February 6, 2008 Posted February 6, 2008 BlockInput(1) will block the users input EXCEPT for Ctrl+Alt+Delete
OnTheFly Posted February 6, 2008 Author Posted February 6, 2008 BlockInput(1) will block the users input EXCEPT for Ctrl+Alt+DeleteBut it doesn't. Not for me :/ I'm using Windows XP. So it should work.
GaryFrost Posted February 6, 2008 Posted February 6, 2008 But it doesn't. Not for me :/ I'm using Windows XP. So it should work.Only as long as the script is running IIRC. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
OnTheFly Posted February 8, 2008 Author Posted February 8, 2008 Only as long as the script is running IIRC.IIRC?
OnTheFly Posted February 8, 2008 Author Posted February 8, 2008 IIRCThanks DoUntil 1 = 2works but notWhile 1 = 1Wend
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