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.
+2
A:
Visual Studio Style Tab Control for VB6 http://www.vbaccelerator.com/home/vb/code/controls/Tab_Controls/Visual_Studio_Style_Tab_Control/article.asp
Robert Harvey
2010-05-02 03:18:22
+1
A:
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.
AngryHacker
2010-05-02 05:42:49
MarkJ
2010-05-04 12:06:29
A:
You can use Tab Control in Microsoft Windows Common Control 6 (MSCOMCTL.OCX
) or 5 (COMCTL32.OCX
)
Zai
2010-05-02 19:16:16
-1, sorry. But as AngryHacker says, this is the same `TabStrip` control that the question complains about, and alternatives are sought.
MarkJ
2010-05-04 12:07:33
+1
A:
It looks like you can still get it, I loved ComponentOne's SizerOne controls. It comes with a very easy to use tab control.
Beaner
2010-05-03 15:10:33