How to move tabs inside a Microsoft Tab control?

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?

+3
source share
2 answers

I am sure there is no way to do what you want to do with SSTab.

, (, PictureBox?) , . TabCaption.

+3

, , . .frm . , , , .

, ( ). ( tabs) copy + paste, -1 , , . , , .

, VB6 , .

+1

All Articles