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

Click here to load this message in the networking platform