Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Zoom to max or normal - how to avoid title bar flash
Message
From
28/11/2006 18:40:55
 
 
To
28/11/2006 12:48:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01172840
Message ID:
01173092
Views:
18
Greg,

Your suggestion works well.

Many thanks,
Cyril

>You might try the Win32 API:
>
>
>DECLARE INTEGER LockWindowUpdate IN Win32API INTEGER nHandle
>
>
>Then call like:
>
>
>LockWindowUpdate(_VFP.HWnd)
>...
>...
>LockWindowUpdate(0)
>
>
>This will lock the main VFP window from any updates. Be sure to call with a zero to release the window and allow updates to be processed.
Previous
Reply
Map
View

Click here to load this message in the networking platform