Reputation: 53
I need to support a legacy vb6 application, and would like to add a tab control. Is there an equivalent to visual studio 2008's tab control? The built-in "TabStrip" control is a pain to use.
Upvotes: 0
Views: 9099
Reputation: 9726
It looks like you can still get it, I loved ComponentOne's SizerOne controls. It comes with a very easy to use tab control.
Upvotes: 1
Reputation: 1175
You can use Tab Control in Microsoft Windows Common Control 6 (MSCOMCTL.OCX
) or 5 (COMCTL32.OCX
)
Upvotes: -2
Reputation: 61626
It comes included with Visual Basic 6. Go to the Projects/Component menu, then select Microsoft Tabbed Dialog Control 6.0.
This is exactly what you are looking for.
Upvotes: 4
Reputation: 180858
Visual Studio Style Tab Control for VB6 http://www.vbaccelerator.com/home/vb/code/controls/Tab_Controls/Visual_Studio_Style_Tab_Control/article.asp
Upvotes: 2