Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hiding a VFP application
Message
De
28/03/1999 22:09:59
 
 
À
28/03/1999 20:19:18
Victor Lapid
Phil. Long Distance Tel. Co.
Manila, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00202872
Message ID:
00202879
Vues:
15
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...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform