tabs and form in form?

marian4you

New member
Joined
Jun 18, 2012
Messages
1
Programming Experience
Beginner
Hello.

I would like to make this program :
dxxzd4.jpg

But i have no clue on how to make the "form in form" show. Can anybody help me ?

Any tutorials are welcome. Thanks in advance
 
If you're talking about Windows Forms applications, "form in form" is normally achieved using MDI, but that would not work well with such a layout.
For tabs there is the TabControl, adding content can be done directly to each page in designer. It would be possible to add a form to a tabpage, but it would be more natural to design such "pages" as usercontrols rather than forms.
 

Latest posts

Back
Top