Put controls into tabs

Hello
How can I put controls into tab control? I know how to create tabs but I can't figure out how to put controls into tab. I know how I can use property sheets to associate each tab with a dialog but how can I do this without using property sheets?

Thanks for help.
You can't put controls on a tab control.
A tab control is literally a thin strip window contains tabs.

You have to place this tab control in respect to another window - lets call it a buddy window _ (either at the top, bottom, left side, or right side) - you place controls in this buddy window -
and manipulate these controls depending on which tab the user selects.


EDIT:
See here about Tab Controls
http://msdn.microsoft.com/en-us/library/bb760550(VS.85).aspx


Last edited on
Topic archived. No new replies allowed.