Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse off
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01143439
Message ID:
01143541
Views:
7
The BlockInput function blocks keyboard and mouse input events from reaching applications.
DECLARE INTEGER BlockInput IN user32 INTEGER fBlockIt
= BlockInput(1)  && mouse and keyboard blocked
...
= BlockInput(0)  && mouse and keyboard available
Previous
Reply
Map
View

Click here to load this message in the networking platform