Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Forms and screen resolution
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01396126
Message ID:
01396131
Vues:
141
>>>Is there an established method to getting a form to fill up the entire screen whether the screen is set to 600x800 or 1024x??? Users are employing differing resolutions. In web design I can make use of CSS fluid design but how bout in VFP?
>>
>>Use thisform.WindowState = 2 && Maximized
>
>Naomi, I think that just maximizes the foxpro window, I want the form itself maximized with the maximized foxpro window. Maybe Sergey's class suggestion. not sure what the Anchor property is.

Thisform.WindowState = 2 should maximize the form too. See if there is some code in the form (base class) that changes the WindowState property or form's dimension.

But I agree with Sergey, you need to also set Anchor property for all the objects correctly. Marcia Akins posted some good tips about the values to set, give me a second to find this link.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform