J
JohnE
I am using a tab control on a form. I am using regular buttons to make the
change to the appropriate tab control page. The tabs are still being used
but as a way to organize the information. I have several questions regarding
the tab control.
1) I can not find as to the limit of tabs that can be used on a tab
control. If anyone knows, please let me know before I get to carried away
with the tab control.
2) Even tho the tabs are used, they are invisible when not in use. What I
would like to do is when a button's click event is run, make all the tabs
that are currently visible invisible and show only the tabs associated with
clicked button. The making visible part I have gotten. It is the making the
current visible tabs invisible. Any given set of tabs can be visible when a
button is selected to bring another set of tabs visible. The button
selection can be a random event so hiding and showing tabs will also be
random.
Is there a general code that will make visible tabs invisible?
Thanks to anyone who responds.
*** John
change to the appropriate tab control page. The tabs are still being used
but as a way to organize the information. I have several questions regarding
the tab control.
1) I can not find as to the limit of tabs that can be used on a tab
control. If anyone knows, please let me know before I get to carried away
with the tab control.
2) Even tho the tabs are used, they are invisible when not in use. What I
would like to do is when a button's click event is run, make all the tabs
that are currently visible invisible and show only the tabs associated with
clicked button. The making visible part I have gotten. It is the making the
current visible tabs invisible. Any given set of tabs can be visible when a
button is selected to bring another set of tabs visible. The button
selection can be a random event so hiding and showing tabs will also be
random.
Is there a general code that will make visible tabs invisible?
Thanks to anyone who responds.
*** John