Tab Control

S

Sergio T.

Hi

Is there any way to "hide" and "show" a TabPage which is in a TabControl????
Because i can't find anything like a "visible" property


thanks in advance
Sergio
 
S

Steve Sprague

This has been an issue we have been plagued by. There is no way to do this.
There is a 3rd party tab control that does this but I forget the address.
Steve
 
R

Ravi Gokulgandhi

Hi!

You can try using the ss tab control that comes along with
Microsoft Visual Basic 6.0
You can use the following code
SSTab1.TabVisible (Index) = False

where sstab1 is the name of the control and Index is the
index of tab that you wanna hide.

Hopes this solve your query

Regds
Ravi Gokulgandhi
Software Design Engineer
Mahindra British Telecom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top