Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I change the screen location of a form
Message
From
14/04/2009 23:27:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How do I change the screen location of a form
Miscellaneous
Thread ID:
01394894
Message ID:
01394894
Views:
95
the current code places the form at top left hand side of screen. Does anyone know how to get it to the center of my screen?
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

READ EVENTS && Start event processing
Next
Reply
Map
View

Click here to load this message in the networking platform