TabControl

  • Thread starter Thread starter Bill S.
  • Start date Start date
B

Bill S.

Hi, is there anyway to completely hide the tabs for a tabControl? (I want to
switch the pages programmatically.)

Thanks!
 
Bill said:
Hi, is there anyway to completely hide the tabs for a tabControl? (I want to
switch the pages programmatically.)

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
 
Back
Top