Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How disable keys CTRL+ESC, ALT+TAB, CTRL+ALT+SUPR.
Message
From
12/02/2001 09:35:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
How disable keys CTRL+ESC, ALT+TAB, CTRL+ALT+SUPR.
Miscellaneous
Thread ID:
00474928
Message ID:
00474928
Views:
58
Hi, Everybody

Looking for in Internet found the following program that supposedly desable keys CTRL+ALT+SUPR, but has not worked.

#DEFINE SPI_SCREENSAVERRUNNING 0x97
DECLARE LONG SystemParametersInfo IN WIN32API LONG uAction, LONG uParam, STRING lpvParam, LONG fuWinIni
LOCAL lnRetval
* Disable CTRL+ALT+DELETE
lnRetval = SystemParametersInfo(SPI_SCREENSAVERRUNNING, 1, 0, 0)
* Enable CTRL+ALT+DELETE
lnRetval = SystemParametersInfo(SPI_SCREENSAVERRUNNING, 0, 0, 0)



if somebody knows like doing this.
thanks everybody

bye
Next
Reply
Map
View

Click here to load this message in the networking platform