Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to disable or capture CTRL-ALT-DEL ALT-TAB
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00702097
Message ID:
00702377
Views:
14
>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!

Vali,

I'd suggest that you read MSKB#Q161133. This method does not work on WinNT/2K/XP.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform