Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Window size recommendation
Message
From
10/08/2007 04:02:59
 
 
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Environment versions
Visual FoxPro:
VFP 7 SP1
Miscellaneous
Thread ID:
01247284
Message ID:
01247290
Views:
21
>Been thinking about what size window an application should run in.
>
>I set my application to run in maximum size using: _Screen.WindowState=2
>
>It looks good, but takes over the whole screen.
>
>I have been wondering whether one should set the _Screen.Width and Height to a value that depends upon the current screen resolution.
>
>What do you do?
>
>
>Cyril

I make the app resizable and store the current size and position in the config when the program exits. On start up I restore it to the same size and position that it was on when it was last exited.

If it's a non-resizable app then it just depends on what you are trying to display.
Previous
Reply
Map
View

Click here to load this message in the networking platform