
VB6 apps cannot easily access something called Tabs unless you either use the common control ocx (a dependency) or by using pages of API. This simple tab control is indeed a very simple control that has the core functionality of the common control tabs.
Assumes
You can use the command AddTab / AddTabs to add one or many tabs at the same time.