views:

82

answers:

4

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.

+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
MarkJ
A: 

You can use Tab Control in Microsoft Windows Common Control 6 (MSCOMCTL.OCX) or 5 (COMCTL32.OCX)

Zai
That is exactly what he does not want.
AngryHacker
-1, sorry. But as AngryHacker says, this is the same `TabStrip` control that the question complains about, and alternatives are sought.
MarkJ
+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