Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to disable or capture CTRL-ALT-DEL ALT-TAB
Message
De
19/09/2002 13:20:30
 
 
À
18/09/2002 21:27:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00702097
Message ID:
00702354
Vues:
18
>... how to disable Ctrl-Alt-Delete or Alt-Tab etc...
>
>How can I do this?
>
Hey Vali.. Take a look at GetKeyState of Win32API.. It will probably help you..

Here is some sample on how to use it:
#define VK_SHIFT          0x10
#define VK_CONTROL        0x11
#define VK_MENU           0x12

declare short GetKeyState in Win32API integer nVirtKey
if GetKeyState(VK_SHIFT)<0
 * Shift is down
endif
HTH

Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform