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.