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:
01396140
Vues:
114
>>>>>>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.
>>>
>>>Or do you want to maximize the form when the _screen is maximized? If yes and you're using VFP9 you need to bindevent to _screen.Resize. In prior versions you may use hook method instead.
>>
>>I am still with VFP 8.0. I may lookup the hook method if I can find it. I did find this.
>>
>>http://www.foxite.com/downloads/default.aspx
>>
>>akins.zip - Download ID: 184
>
>The hook method is described in this message Re: Resize screen and move form to center of new place Thread #904784 Message #904790 (link to a message), but I think I was wrong, you still need to use BINDEVENT in VFP8 (sorry about it).
>
>For resizers I don't have any preference, I guess they all work OK.

Binding events is foreign to me, never done that, the help file still leaves me wondering what binding is?
the class may be my answer. Thanks!
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform