Computing.Net > Forums > Programming > Form in Form? VB6

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Form in Form? VB6

Reply to Message Icon

Name: Me
Date: January 3, 2003 at 08:36:29 Pacific
OS: W98
CPU/Ram: 256/500HZ
Comment:

Hi everybody,

I am making a application to work with on a office. And this is my problem: How do i make a form that has other form in it that are locked. Difficult?

I explain: In VB you have all the little boxes that contain information about your application. (Properties, Form Layout, Project, etc.). I also want a form with those boxes! They are draggable and if they are draged too far, they become a real form.
How can this be done in VB6?

Can any expert help me??



Sponsored Link
Ads by Google

Response Number 1
Name: Chad
Date: January 3, 2003 at 15:07:39 Pacific
Reply:

I have done this before, but I am sure there is a better way of doing it!

Just check the X and Y pos of the forms when they are moved. If they are over the parnet form then OK. Else treat a separate form.

You can change some properties of the forms to distinguish from "real" forms and "child" forms.


0

Response Number 2
Name: ME
Date: January 4, 2003 at 01:26:56 Pacific
Reply:

OK, great somebody responds on my message! But I don't get what Chad says. How to change the real and child properties of the form, do you mean MDIChild or something else?

Thanx.


0

Response Number 3
Name: Burbble
Date: January 7, 2003 at 10:58:50 Pacific
Reply:

Add an MDI Form to your project, then set the MDIChild property of the forms you want inside it to True.

-Burbble


0

Response Number 4
Name: BelAnWel
Date: January 7, 2003 at 21:03:43 Pacific
Reply:

i think there is no way to do that easily. what you want is a dockable form. it is possible i think with one of the APIs but i'm not to sure. i've been looking for a code for this one to but no luck so far. its possible in vc++, though.


0

Response Number 5
Name: Me
Date: January 14, 2003 at 11:06:50 Pacific
Reply:

hi, it's me!,

I found a ActiveX control to do this, it is called TTDock, found on pscode.com

by!


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Form in Form? VB6

run stealth hide in processlist VB6 www.computing.net/answers/programming/run-stealth-hide-in-processlist-vb6/11910.html

VB6 forms www.computing.net/answers/programming/vb6-forms/10568.html

Unable to view forms in Visual Basic 6 www.computing.net/answers/programming/unable-to-view-forms-in-visual-basic-6/1487.html