Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Zoom to max or normal - how to avoid title bar flash
Message
De
28/11/2006 12:48:01
 
 
À
28/11/2006 04:22:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01172840
Message ID:
01172999
Vues:
16
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform