Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maximize not calling resize ??
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00832301
Message ID:
00832391
Vues:
16
>Hey Fred,
>
>I tried both the Init and Load methods but neither one made a difference.
>
>Any more suggestions?
>
>
>>Try doing a Thisform.WindowState=2 in your form's Load or Init events.
>>
>>

In your Init:
thisform.LockScreen = .t.
thisform.Visible = .t.
thisform.WindowState = 2
thisform.LockScreen = .f.
Resize only seems to fire if the form is Visible when the WindowState is changed.

Or you could probably get away with just calling thisform.Resize() from the .Init, too.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform