Hello,
I am using the Windows forms TAB CONTROL and am disabling the tabpages 1 and 2 in the form load event using
tControl.TabPages(1).Enabled = False
tControl.TabPages(2).Enabled = False
I dont know why, but this is not working! The documentation shows that the code is right
Is there something I am missing
I feel pretty lost now

Disabling individual Tabs in form load
Eric Jarvi MSFT
Mike.
Ahmed Chaudhary
efonsecab
pons68
In order to obtain "disabled" look you will need to owner draw your tabs.
DLLarson