cyprus106
Programmer
- Apr 30, 2001
- 654
I have 12 tab sheets on a screen in my program. This can get confusing when the user switches between basic and advanced settings, etc, and it grays out options... I need to make several tab sheets invisible, so i wrote:
TabSheet6->Visible = false;
Doing this made everything in the tabsheet dissappear, but not the sheet itself. I need the entire sheet gone, but it only seems to make the sheets contents invisible, not the sheet.
I tried TabSheet6->Hide();, but only came up with the same results, except it has some bug that displays off-the-wall data in the sheet.
All I want is the tabsheet itself hidden. Does anybody know how to do this??
Thanks, Cyprus
TabSheet6->Visible = false;
Doing this made everything in the tabsheet dissappear, but not the sheet itself. I need the entire sheet gone, but it only seems to make the sheets contents invisible, not the sheet.
I tried TabSheet6->Hide();, but only came up with the same results, except it has some bug that displays off-the-wall data in the sheet.
All I want is the tabsheet itself hidden. Does anybody know how to do this??
Thanks, Cyprus