Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to disable or capture CTRL-ALT-DEL ALT-TAB
Message
From
19/09/2002 00:20:50
 
 
To
18/09/2002 21:27:29
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00702097
Message ID:
00702112
Views:
15
I have found this easy way to disable fast keys.

Declare LONG SystemParametersInfo IN user32 Long, Long, String, Long
lpvparam = ""
lnRes = SystemParametersInfo(97, 1, lpvparam, 0)

Now my screen saver program is finally working!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform