Browse by Tags
All Tags »
Windows Forms »
Software Development (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
In .NET 1.x, disabling a TabControl's TabPage is awkward at best: setting its Enabled-property to false doesn't disable it, instead it disables all controls on it. The MSDN solution is even worse: use the SelectedIndexChanged-event to check whether the...
|
More Posts