Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How disable keys CTRL+ESC, ALT+TAB, CTRL+ALT+SUPR.
Message
 
To
12/02/2001 09:35:23
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00474928
Message ID:
00474943
Views:
15
>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

Carlos,

First, this does not work on WinNT/Win2K. Second, it is not a recommended practice in the Win32 SDK. Third, what is CTRL+ATL+SUPR?
George

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

Click here to load this message in the networking platform