Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Api function equivalent to vfp LockScreen
Message
 
To
17/06/2003 17:19:55
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgia, United States
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00800969
Message ID:
00800971
Views:
20
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
Previous
Reply
Map
View

Click here to load this message in the networking platform