Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Api function equivalent to vfp LockScreen
Message
 
À
17/06/2003 17:19:55
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00800969
Message ID:
00800971
Vues:
21
lparameters tlLock
local lnHWnd
declare integer LockWindowUpdate in Win32API ;
  integer nHandle
if tlLock
  declare integer GetDesktopWindow in Win32API
  lnHWnd = GetDesktopWindow()
else
  lnHWnd = 0
endif tlLock
LockWindowUpdate(lnHWnd)
return
>Is there a Win32 API function or functions that is or are equivalent to the VFP lockscreen function (property) ? I need this for a delphi app. Thanks!
- Jayesh
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform