I'm using Visual Basic 9 (VS2008)
I want to create new Tabs as and when the user clicks an Add Tab button.
The Tab must have a ListView control docked inside it.
How to programmatically add a Tab to TabControl with a ListView control docked inside it?