Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Auto center the object
Message
 
 
To
17/04/2007 00:04:24
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01216595
Message ID:
01216596
Views:
15
>howto moving the object to the center of the form in a runtime after i click the maximize?
>
>tks
thisform.myObject.Left = (thisform.width - thisform.MyObject.width)/2
thisform.myObject.top = (thisform.height - thisform.MyObject.height)/2
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform