If you want to disable a tabpage you must do it through code (i.e.
Tabpage1.enabled = false). This results in all controls on that tabpage
being disabled, but the appearnce of the tabpage Tab is not changed, and the
tab can still be selected. This behaviour is by design.
The general rule for disabling a tabpage is to remove it from the tabcontrol
and re add it when it is re enabled. You will find routines for this on my
site: http://dotnetrix.co.uk/tabcontrols.html
You will also find a modified tabcontrol on my site which allows you to
disable tabs, as well as giving a few other requested features, such as
change backcolor and mnemonic support. http://dotnetrix.co.uk/download/TabControlEx.dll