Click to See Complete Forum and Search --> : How to disable a tab on a Tab control


Ali Habib
May 15th, 2001, 07:37 AM
I am using a MicroSoft ActiveX Tab control, with 5 tabs. On a form I have this tab control and few check boxes. Based on the value of the check box I need to disable particular tabs of the Tab control. Could you people please help me on how to do that.

Thankyou

Regards

Ali.

TH1
May 15th, 2001, 07:41 AM
If you are talking about the microsoft tabbed dialog control then use the tabenabled property

SSTab1.TabEnabled(1) = false
'etc