Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grow/shrink a form
Message
De
17/01/2002 15:51:48
 
 
À
17/01/2002 15:41:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00606349
Message ID:
00606365
Vues:
23
I haven't tested it but I think it's pretty close to:
** Toggle button
IF ThisForm.WindowState = 2
	ThisForm.WindowState = 0
ELSE
	ThisForm.WindowState = 2
ENDIF
>Hi. VFP 7 user. How would I grow a grid to full-form size (by the user clicking on a button) and then shrink it back down to normal size (the same way).
>
>Thanks, Randy
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform