I know my question is a bit abstract without some code, but essentially, when I create a Form and set the MdiParent to the MainApplication, then a tab is created but the content of the Form isn't shown.
When I don't set the MdiParent, the Form is floating, and the content is shown...
I have no clue as why this is happening. I'll just add my small sample project. Maybe someone can have a look and point me quickly to my mistake...
Thx, Lieven Cardoen
Opening two tabs and switching between them doesn't resolve the issue. The controls are there however because I'm getting OnEnter and OnLeave events from them...
Hello lievencardoen,
Please be aware that if you have a panel placed where the tabs are going to be displayed the panel will cover any thing content that is on your child forms.