| View previous topic :: View next topic |
| Author |
Message |
vbmark
Joined: 11 Nov 2005 Posts: 55
|
Posted: Sun Mar 21, 2010 2:46 am Post subject: Temporarily prevent user input |
|
|
Hello,
I need to prevent user input (keyboard and mouse) while the script runs except when I pop up a message box.
It looks as though this is done with:
SendMode Input|Play|Event|InputThenPlay
but I don't understand the document's explanation on how to use this.
Thanks! _________________ Best freeware:
http://www.vbmark.com |
|
| Back to top |
|
 |
Guest
|
Posted: Sun Mar 21, 2010 2:54 am Post subject: |
|
|
Blockinput, On
Blockinput, Off
see help docs |
|
| Back to top |
|
 |
MasterFocus
Joined: 08 Apr 2009 Posts: 3035 Location: Rio de Janeiro - RJ - Brasil
|
Posted: Sun Mar 21, 2010 2:54 am Post subject: |
|
|
- BlockInput
 _________________ "Read the manual. Read it again. Search the forum.
Try something before asking. Show what you've tried."
Antonio França
My stuff: Google Profile |
|
| Back to top |
|
 |
vbmark
Joined: 11 Nov 2005 Posts: 55
|
Posted: Mon Mar 22, 2010 12:27 pm Post subject: |
|
|
Thank you sirs! _________________ Best freeware:
http://www.vbmark.com |
|
| Back to top |
|
 |
|