Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxels , pixels and resolution
Message
 
To
30/07/2002 12:56:14
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00684024
Message ID:
00684106
Views:
13
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
...
Previous
Reply
Map
View

Click here to load this message in the networking platform