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 02:18:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01172840
Message ID:
01172863
Vues:
20
Thanks for the suggestion. I tried it now, but one still get the title bar flashing on and off. Any other suggestion?

Cyril


>Have you tried thisform.lockscreen=.T. before you change windowstate, and thisform.lockscreen=.F. after?
>>In a test form that has no titlebar and no border, i.e.
>>
>>	Thisform.TitleBar= 0 && off
>>	Thisform.BorderStyle= 0 && no border
>>
>>
>>there is code to change the WindowState to Maximum. In a simple example, a command button on a form does this:
>>
>>
>>Wait Window 'WindowState to: normal'
>>Thisform.WindowState= 0
>>
>>Wait Window 'WindowState to: max'
>>Thisform.WindowState= 2
>>
>>
>>The problem is that the title bar flashes on briefly while it is changing the WindowState. Is there a way to avoid the Windows title flashing on then off when maximizing the form via code?
>>
>>Cyril.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform