Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxels , pixels and resolution
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00684024
Message ID:
00684106
Vues:
14
This message has been marked as the solution to the initial question of the thread.
>Pedro,

Dump foxels altogether. Then use this;
frmMyForm = CREATEOBJECT('Form')

frmMyForm.MinButton = .F.
frmMyForm.MaxButton = .F.

frmMyForm.Height =  70
frmMyForm.width  = 480

frmMyForm.Left   = (Otherform.left + Otherform.Width) + 10 && whatever distance you want it from other form
frmMyForm.Top    = Otherform.Top
...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform