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 12:48:01
 
 
To
28/11/2006 04:22:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01172840
Message ID:
01172999
Views:
15
This message has been marked as the solution to the initial question of the thread.
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
Next
Reply
Map
View

Click here to load this message in the networking platform