Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Full screen display
Message
From
10/12/1999 02:32:31
 
 
To
09/12/1999 22:59:27
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00301516
Message ID:
00301549
Views:
29
>Hi. VFP6 user here.
> When I run my .app, my forms do not fill the screen. There is a command that you put in config.fpw to expand forms to full screen.
> The $50,000 question: what is/are that command(s)?

My preferred mechanism is"

In CONFIG.FPW:
SCREEN = OFF

In the mainline program, before loading the form
* fix the VFP screen to have the settings and characterisitics you want
_SCREEN.WindowState = 2
DO FORM MyInitialForm
MyIntialForm.WindowState = 2
_SCREEN.Show()
MyInitialForm.Show()
MyInitialForm.Activate()
READ EVENTS
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform