Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Floating form?
Message
 
À
17/11/2000 12:43:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00443106
Message ID:
00443111
Vues:
19
>I have a form that is just a little too big on the 640 x 480 setting on monitors. Is there a way that I can have the form take up the screen and not fit in the application window. I think that would give me enough room to see the whole form. Thanks in advance.

Change the form property to
ShowWindow = 2 (as top level form)

Then in your config.fpw
SCREEN = OFF

Or in your main program
_SCREEN.VISIBLE = .F.

Another option instead of doing this would be to reduce the size of the fonts on the form and you could fit more on it.

Yet another option is to use a tabbed pageframe.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform