Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you dock a form in form?
Message
 
To
06/07/2006 13:56:42
Mark Phillips
Erw Custom Programming Inc.
Waterford, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01134223
Message ID:
01134405
Views:
18
oForm1=CREATEOBJECT("Form")
oForm1.Width=600
oForm1.Height=600
oForm1.Dockable= 1
oForm2=CREATEOBJECT("Form")
oForm2.Width=600
oForm2.Height=600
oForm2.Dockable= 1
oForm2.Dock(4,oForm1)
HTH,

Enmanuel

>Hello
>
>Just need some help with how I can dock a form into another form under program control?
>
>Any help will be greatly appreciated.
>
>Thanks You
>
>Mark
I'm a mixture of Albert Einstein and Arnold Schwarzenegger. The only trouble is that I got Einstein's body and Schwarzenegger's brain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform