|
-
Feb 17th, 2006, 07:08 PM
#1
Thread Starter
Lively Member
[RESOLVED] MDI Child on Tab of parent.
Hi,
I have 3 forms loading to memory in sub main()
The first form is "frm_Main". Which is the main form. The other two are "frm_1" and "frm_2" which are MDI children of frm_Main. All forms are loaded to memory "as New frm_OriginalForm" (whatever the original is) and the frm_XX name is accessible from any module or form in the project.
Currently, everything works, however I wish to place a tab control on "frm_Main" and put "frm_1" in tab index 0 and "frm_2" in tab index 2 so that these forms can be tabbed between by the user.
However, when I put the tab control on my "frm_Main" it covers up the two forms which are currently underneath it. Also, I have no idea where to go from here. Keep in mind that the two children forms are created in run time and are set to be the children in sub main.
Any help would be appreciated.
Best Regards,
Luc L.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|