Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LockScreen
Message
 
À
16/08/1999 16:54:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00254275
Message ID:
00255070
Vues:
14
Mark,

To lock Windows, I used the following:

*- Lock window
DECLARE INTEGER GetDesktopWindow IN WIN32API
DECLARE INTEGER LockWindowUpdate IN WIN32API ;
INTEGER lnHandle

lnDeskTopWin = GetDesktopWindow()
=LockWindowUpdate(lnDeskTopWin)

To unlock ... :
*- Unlock window
=LockWindowUpdate(0)

HTH
Doug

>Is there any Windows API function through complete desktop can be locked . I
>have seen LockWindowUpdate , but its same like Foxpro’s LockScreen. Where only
>one window can be locked at a time.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform