Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hiding a VFP application
Message
From
28/03/1999 22:09:59
 
 
To
28/03/1999 20:19:18
Victor Lapid
Phil. Long Distance Tel. Co.
Manila, Philippines
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00202872
Message ID:
00202879
Views:
16
Hi,
Try to convert this code to VFP.
Private Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As Any, ByVal fuWinIni As Long) As Long

&&Disable Alt+Ctrl+DEL
Call SystemParametersInfo(SPI_SCREENSAVERRUNNING, True, "1", 0)

&&Enable Alt+Ctrl+DEL
Call SystemParametersInfo(SPI_SCREENSAVERRUNNING, False, "1", 0)
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform