Putting a form in a form without MDI

Putting a form in a form without MDI

Post by Lawrence Lust » Sun, 31 Dec 1899 09:00:00



I'd like to right an application where all the forms are contained
within the one main form, much as MDI forms stay within their frames
(without using MDI).  I can assign the parent property of each form to
be the main form, and I get something along the lines of what I want,
but the form in form never is able to get the focus.

Can this be done, and if so how?

-------------------------------------
Larry Lustig
http://www.pipeline.com/~nyguide/
NY-DC 2 Day Tours, NY-PHILADELPHIA 1 Day Tour,
NY-Shopping Outlet 1 Day Tour.

Larry's Opinionated Guide to New York City
(for Cheapskates): The information you need
from a real New Yorker.  Available at Travel
Bookstores, or from the author
(email for information).

 
 
 

Putting a form in a form without MDI

Post by Jeremy Collin » Sun, 31 Dec 1899 09:00:00




Quote:>I'd like to right an application where all the forms are contained
>within the one main form, much as MDI forms stay within their frames
>(without using MDI).  I can assign the parent property of each form to
>be the main form, and I get something along the lines of what I want,
>but the form in form never is able to get the focus.

>Can this be done, and if so how?

What's wrong with MDI?
--
Jeremy Collins

 
 
 

Putting a form in a form without MDI

Post by Lawrence Lust » Sun, 31 Dec 1899 09:00:00





>>I'd like to right an application where all the forms are contained
>>within the one main form, much as MDI forms stay within their frames
>>(without using MDI).  I can assign the parent property of each form to
>>be the main form, and I get something along the lines of what I want,
>>but the form in form never is able to get the focus.

>>Can this be done, and if so how?

>What's wrong with MDI?

It's not an MDI application.  All the forms I open and close are
diferent, not instances of the same form, when I hide the forms I want
them hidden, not minimized, etc.

-------------------------------------
Larry Lustig
http://www.pipeline.com/~nyguide/
NY-DC 2 Day Tours, NY-PHILADELPHIA 1 Day Tour,
NY-Shopping Outlet 1 Day Tour.

Larry's Opinionated Guide to New York City
(for Cheapskates): The information you need
from a real New Yorker.  Available at Travel
Bookstores, or from the author
(email for information).

 
 
 

Putting a form in a form without MDI

Post by Jeremy Collin » Sun, 31 Dec 1899 09:00:00


Quote:>>>Can this be done, and if so how?

>>What's wrong with MDI?

>It's not an MDI application.  All the forms I open and close are
>diferent, not instances of the same form, when I hide the forms I want
>them hidden, not minimized, etc.

I'm working on two projects at the moment - both are MDI - but
in both cases there are many different MDI child forms. It's
not a problem. Instead of hiding unwanted forms, they are created
when needed are freed when they're finished with. They're *not*
minimised.
--
Jeremy Collins
 
 
 

1. Q:non-MDI form to update MDI form

    How can i send info. from a non-MDI form in my program to a MDI
form?  Example:  one form has a list of names in a database.  on this
form with the names, the user selects the name they want and clicks the
command button to update the form to give more info. on the name the
user selected.

Jereme

2. Wanted: Ingres DBA with Mentor EDA Background - $70k

3. Accessing Objects on a Mdi Parent form from a Mdi Child form

4. ClassNotFoundException

5. making a mdi form a form during run time with click event

6. Access v VB

7. Launching new bound form from MDI form troubles

8. Message sending with Sybase?

9. How can MDI child forms have child forms ?

10. Putting grids on Form Wizard forms

11. ** Can I close the prior form without close second form ?**

12. MDI Frame Win Close Crash - Cannot Create Form. No MDI Forms are currently active

13. Forms Forms Forms