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
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?
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
Summary: I have been able to hide my form(VB6), but it only hides from tasklist but not from processlist. Well, I found a program http://www.anti-keyloggers.com/download/antikey.zip, a very good program. As I...
Summary: I cannot view forms in Visual Basic 6, even after reinstalled five times. Whenever I go to view a form I get the following error VB6 caused an invalid page fault in module VB6.EXE at 0167:004581f1. Re...