Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Forms and screen resolution
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01396126
Message ID:
01396138
Views:
136
>>>>>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.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform