Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form size
Message
From
03/11/2004 02:15:33
 
 
To
02/11/2004 02:32:09
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 5
Miscellaneous
Thread ID:
00956586
Message ID:
00957470
Views:
16
Hi,

If you want mean is to have your form always centered on the screen, then use AutoCenter property and set it to .T. (True). And to ensure that your Grid is always centered in the form, you may at the Resize event of the form:
WITH This.MyGrid
   .Left = ( This.Width - .Width ) / 2
ENDWITH
>hi,
>thank you for reply,
>
>if myscreen is 14 inch,i put mygrid at the the center of myform,
>
>the customer screen is ex..21 inch,can i see the grid at the center as 14 inch.
>
>thanks.
>m.qasem
Previous
Reply
Map
View

Click here to load this message in the networking platform