Tab Control

  • Thread starter Thread starter Sergio T.
  • Start date Start date
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
 
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
 
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
 
Back
Top