Load form in form

digita

Active member
Joined
Jul 8, 2004
Messages
29
Programming Experience
1-3
Hi,

I was wondering if it is possible to load a form into another form. I have a toolbar with a few buttons. I want that when I click on these buttons the form is loaded in some kind of panel. I only have to load one form at a time, so i could use the same panel. Is this possible?
 
I have a main form which has mdi enabled to load a second form. Now i want to load another form on that second form. I can't do that via mdi because a mdichild can't be a mdiparent at the same time. So my question is, is it possible to load an other form in a form without using mdi?
 
Back
Top