Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to incorporate George Tasker's tiler.prg?
Message
From
24/12/2003 10:12:19
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00861659
Message ID:
00861932
Views:
20
Hello,

i once tried to lock the screen with LockWindowUpdate..
the call succeeded but it wasn't the effect I was locking for cause the child windows where drawn after the call anyway ..

i had to lock the Desktop to "freeze" the whole app

e.g.

DECLARE INTEGER GetDesktopWindow IN WIN32API
DECLARE INTEGER LockWindowUpdate IN WIN32API INTEGER

lnSuccess = LockWindowUpdate(GetDesktopWindow())

&& cascade Forms ..

lnSuccess = LockWindowUpdate(0)

Regards and Happy X-Mas

Christian
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform