Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I get TabStrip control on my form

Status
Not open for further replies.

WantsToLearn

Programmer
Feb 15, 2003
147
US
Hello,

I set a reference to MSComCtl.ocx in my VB 6 project but now I can't find where to insert a TabStrip control on to my form in design view. I know this is something simple but I am drawing a blank. Can someone help me? Thanks!
 
May be you have to include the components called "Microsoft Windows Common Controls 5.0" where you can find TabStrip control
 
Instead of adding a reference to the .OCX, add the Components.

Project|Components select Controls tab, then check the Microsoft Windows Common Controls 6.0 SP4. The Tabstrip will then show in your toolbox

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'If we're supposed to work in Hex, why have we only got A fingers?'
 
Thanks, John. I started out using VBA so I tend to overlook the components because references are so ingrained.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top