B Bill S. Mar 20, 2006 #1 Hi, is there anyway to completely hide the tabs for a tabControl? (I want to switch the pages programmatically.) Thanks!
Hi, is there anyway to completely hide the tabs for a tabControl? (I want to switch the pages programmatically.) Thanks!
T Tamas Demjen Mar 21, 2006 #2 Bill said: Hi, is there anyway to completely hide the tabs for a tabControl? (I want to switch the pages programmatically.) Click to expand... I think you have to create an independent form for each tab, programmatically drop them on a panel, and show/hide them as needed. This link may help you, it explains how to implement a wizard: http://www.differentpla.net/node/403 http://www.differentpla.net/node/404 Although it's in C#, your question was not language related but WinForms-specific. It's easy to do the same thing in C++. Tom
Bill said: Hi, is there anyway to completely hide the tabs for a tabControl? (I want to switch the pages programmatically.) Click to expand... I think you have to create an independent form for each tab, programmatically drop them on a panel, and show/hide them as needed. This link may help you, it explains how to implement a wizard: http://www.differentpla.net/node/403 http://www.differentpla.net/node/404 Although it's in C#, your question was not language related but WinForms-specific. It's easy to do the same thing in C++. Tom