Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Full screen display
Message
De
10/12/1999 02:32:31
 
 
À
09/12/1999 22:59:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00301516
Message ID:
00301549
Vues:
28
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform