Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lock your Screen/Desktop (tip)
Message
De
17/07/1997 16:58:24
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00040470
Message ID:
00040473
Vues:
27
>Here is a piece of code which would lock your desktop. Any code before unlocking which changes the display on screen will not be seen by the user. Even if you run a form...
>
>DECLARE INTEGER GetDesktopWindow IN WIN32API
>DECLARE INTEGER LockWindowUpdate IN WIN32API ;
> INTEGER lnHandle
>lnDeskTopWin = GetDeskTopWindow()
>= LockWindowUpdate(lnDeskTopWin)
>
><>
>
>= LockWindowUpdate(0)

Does LockScreen property make the same?
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform