Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I change size of form?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How do I change size of form?
Divers
Thread ID:
01394895
Message ID:
01394895
Vues:
81
the current code yields a default size of my form. Is there a code i can use to change the size?
Also i would like to insert an image in the form - is this possible?

tnx

k

frmMyForm = CREATEOBJECT('Form') && Create a form
frmMyForm.Closable = .f. && Disable the window pop-up menu
frmMyForm.caption = [MyText]

frmMyForm.AddObject('cmdCmndBtn1','cmdMyCmndBtn1')
frmMyForm.AddObject('cmdCmndBtn2','cmdMyCmndBtn2')

frmMyForm.cmdCmndBtn1.Visible =.T.
frmMyForm.cmdCmndBtn2.Visible =.T.
frmMyForm.SHOW && Display the form
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform