I simply remove the relevant tab pages from the tab control when
they're disabled, and add them back when they're enabled.
The only hassle is that you can only add to the end, so it has to be
the last tab page(s) that is/are done like this.
(E-Mail Removed) wrote:
> Hi
>
> I have a program with a tabControl which contains 6 tabs. During the
> execution of the program I want to Enable/Disable some of the tabs but
> I did not find any way to do that. I've tried to use the Hide/Show
> methods but without success.
>
> Does anyone have any suggestion on this?
>
> Thanks!
>
> Eduardo