Dear all,
We are busy with a TabControl1 with 5 tabs. On these 5 tabs will be made the exact the same object structure with the same script.
What is the best way to organize the TabControl1.
Nice regards,
Michelle.
Printable View
Dear all,
We are busy with a TabControl1 with 5 tabs. On these 5 tabs will be made the exact the same object structure with the same script.
What is the best way to organize the TabControl1.
Nice regards,
Michelle.
Create a UserControl that contains all the child controls, then put an instance of that UC on each TabPage.
Dear jmcilhinney,
Thanks for the usefull information.
Michelle.