Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maximizing a window
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6
Divers
Thread ID:
01246454
Message ID:
01246473
Vues:
27
You can use NAME clause to get regerence to the window object
DEFINE WINDOW _preview AT 0, 0 SIZE 1,1 IN DESKTOP CLOSE GROW SYSTEM FLOAT NAME _oPreview
_oPreview.WindowState = 2
_oPreview.Show()
>
>I'm trying to set up a desktop window using all available screen size starting from just below the app toolbar:
>
>DEFINE WINDOW _preview FROM 0, 0 TO _SCREEN.height, _SCREEN.width IN DESKTOP CLOSE GROW SYSTEM FLOAT
>
>Can anyone tell me how to best calculate the FROM and TO parameters?
>
>Thanks,
>Vidar
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform