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.
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.
Visual Studio Style Tab Control for VB6 http://www.vbaccelerator.com/home/vb/code/controls/Tab_Controls/Visual_Studio_Style_Tab_Control/article.asp
It looks like you can still get it, I loved ComponentOne's SizerOne controls. It comes with a very easy to use tab control.
You can use Tab Control in Microsoft Windows Common Control 6 (MSCOMCTL.OCX
) or 5 (COMCTL32.OCX
)
精彩评论