Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I change size of form?
Message
From
14/04/2009 23:31:24
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How do I change size of form?
Miscellaneous
Thread ID:
01394895
Message ID:
01394895
Views:
79
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
Next
Reply
Map
View

Click here to load this message in the networking platform