Ok, so some of us are still supporting legacy code.
Here's the problem when selecting a tab in a VB-6 Tabbed Dialog Box which has more than one row of tabs,
The Row of the selected Tab moves to the botton row.
This changes the co-ordinates of all the other tabs.
I don't see any way to capture the Tab Names or Tab Indexes which would make things a lot easier.
I've tried creating a DEC file by using Append and clicking on each different tab.
But, all I get is the initial structure.
In code they individual Tabs 0 through 6
In Name they are Tab One through Tab Seven
Any help?