Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Height Limit
Message
From
04/11/2008 09:25:43
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01359359
Message ID:
01359502
Views:
46
You have two choices, use either but *not* both together.
At design time, set .WindowState of the form to 2 (maximized)
OR at runtime, use

Screen.Width
Screen.Height
Screen.TwipsPerPixelX
Screen.TwipsPerPixelY

to calculate the size of the current screen and resize your window accordingly. you can always add up
more twips to cover more than the actual screen resolution with this code.

hope this helps!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform