Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to deactivate ctrl+f4 or alt+f4 or alt+ctrl+suppr ke
Message
De
27/05/2002 05:54:37
 
 
À
26/05/2002 22:15:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00661349
Message ID:
00661611
Vues:
35
this is how to Disable and enable CTRL+ALT+DEL

DECLARE INTEGER SystemParametersInfo IN user32;
INTEGER uiAction, INTEGER uiParam,;
STRING @pvParam, INTEGER fWinIni

one="1"

*'Disable CTRL+ALT+DEL'
SystemParametersInfo(97, 1, @one, 0)

**Enable CTRL+ALT+DEL'
SystemParametersInfo(97, 0, @one, 0)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform