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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top