Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form Height Limit
Message
De
04/11/2008 09:25:43
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01359359
Message ID:
01359502
Vues:
44
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!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform