I have an old application with a tab control (says SSTab in properties, says Microsoft Tab ActiveX Control Version 6.0). It has 10 tabs with many controls on them.
I need to add a new tab, but it should be second to the left. However, the new tab will be displayed only in the right position, and I do not see the property to move it relative to other tabs.
So, to copy all controls from tab to tab, how do I move a new tab to the second position?
source
share