Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LockScreen
Message
 
To
16/08/1999 16:54:55
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00254275
Message ID:
00255070
Views:
12
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform