I have a tab control with 8 tabs, I only want 2 tabs to be available until the user does a certain thing, how?
Thanks.
Printable View
I have a tab control with 8 tabs, I only want 2 tabs to be available until the user does a certain thing, how?
Thanks.
try
VB Code:
tabControl.SelectedTab.Hide
:)
How would I use this and where does it go Andy?