I've create a form in VB.NET that can be initialised multiple times and in order to keep all the open forms organised, I need to use TabControl.
How can I add this form dynamically to a TabPage in the TabControl (similar to a browser)?
Thanks.
I've create a form in VB.NET that can be initialised multiple times and in order to keep all the open forms organised, I need to use TabControl.
How can I add this form dynamically to a TabPage in the TabControl (similar to a browser)?
Thanks.