Using the tab control in VS 2003
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I am trying to use the tab control in VS2003, I have added the tab to a dialog template in the dialog editor and used the TCM_INSERTIEM message to add my tabs to the tab control. My question is how do I add a child window to a specified tab? (not using MFC BTW).
-
I am trying to use the tab control in VS2003, I have added the tab to a dialog template in the dialog editor and used the TCM_INSERTIEM message to add my tabs to the tab control. My question is how do I add a child window to a specified tab? (not using MFC BTW).
There's lots of info and some sample code here: Tab Controls[^]
Mark Salsbery Microsoft MVP - Visual C++ :java: