Click here to Skip to main content
15,888,224 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to create the following scenarios tab control using MFC.

Tab1
tab1
tab2
Tab2
tab1
tab2


I was created parent Tab control and can able to control the tabs. I can't find any example relating to this. If it is possible, any one share some examples or useful links.

What I have tried:

i was tried to create tab control using Mfc Tab control.
Posted
Updated 27-Feb-17 21:08pm
Comments
Richard MacCutchan 27-Feb-17 11:19am    
I would presume that you just need to create the second controls as children of the first ones.
chinnasamy t 27-Feb-17 22:54pm    
Hi Richard,
Thanks for your reply. I was created second control as a children. But, i can't able to view the second control tab when i click one of the parent control tab.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900