Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keyboard and Mouse off
Message
 
To
16/08/2004 12:50:07
John Tomblin
Service Station Systems, Inc.
San Jose, California, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00933609
Message ID:
00933626
Views:
17
All except some functional keys, like CTRL+ALT+DEL:
DECLARE BlockInput IN win32api INTEGER
?BlockInput(1) && block it
* your code goes here
?BlockInput(0) && unblock

CLEAR DLLS
>Is there a way to turn off input (keyboard and mouse) briefly while a process completes, then, turn them back on?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform