Using Tab Control

G

Gary Nastrasio

In my application, I'd like to have a tab control with say, 5 tabs.
However, I only want to change which tab is displayed through code; in
other words, the tabs are not visible to the user (disabled is not an
option). Is this possible? If not, any suggestions are welcome to
mimic this behaviour.

If it makes a difference, I'm using WindowsForms with Managed C++.

Thanks!

Gary
 
M

Mick Doherty

Tabpages are basicly just Panels, so I would suggest you use a collection of
Panels.
 

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

Similar Threads


Top