Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP6SP5 & VFPSkins - Enlarge Form size and center all co
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00790916
Message ID:
00793811
Vues:
29
Okay I get it. I have this form and pageframe in it. I just need to move any and all controls on the form itself. Move the pfg and all it's stuff will move along with it.

Is there a way to find out the width that will be required by a given VFP-Skin. The idea is I develop a straight form, but allow the user to specify a skin. If a skin is specified enlarge the form for the skin widths ans shift controls.

>Bhavbhuti,
>
>To actually move the objects I'd simply use code like:
>
>
for each loObject in thisform.Objects
>   with loObject
>      .Top = .Top + lnDeltaTop
>      .Left = .Left + lnDeltaLeft
>   endwith
>endfor
>
>>Thanks again for responding. In fact I had forgotten about this thread <g>. I was just recently experimenting with SetAllX and was thinking to use it to change all the top left with it, it's sample was able to do it, but haven't got around to trying it out yet.
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform