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:40:53
Luis Navas
Independent Consultant
Auckland, New Zealand
 
 
To
14/04/2009 23:27:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01394894
Message ID:
01394896
Views:
55
>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

frmMyForm.AutoCenter =.T.
frmMyForm.Show()
I never forget a face, but in your case I will make an exception :-)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform