Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is happening here?
Message
De
27/11/2002 14:08:58
 
 
À
27/11/2002 11:46:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00727609
Message ID:
00727705
Vues:
10
Perhaps the screen resolutions of the computers are different.

If you set the WindowState property to 2 (maximised) then it will fill the available space.
Or if you like the size it is, set the AutoCenter property to .T. to centre it.

Add the code to the INIT method of the login form.
Either:
THIS.WindowState = 2
or
THIS.AutoCenter = .T.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform