stan
stan

Reputation: 53

Is there an easy to use tab control for visual studio 6?

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

Answers (4)

jac
jac

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

Zai
Zai

Reputation: 1175

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

Upvotes: -2

AngryHacker
AngryHacker

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

Related Questions