I'm developing an MDI app in MFC and I want to add tabs along the top of the child windows (I havent changed the child windows themselves since the AppWizard set them up). I have got as far as drawing a tab control in the resource editor, the tabs are named tab1 - tab5. When compiling the tabs arent there, there is just a big 3d box where they should be, and how do I select the tabs from within VC++6 to change what is in each one.

I've looked through Petzold and some websites but everywhere seems to assume you can physically draw the controls in the resource editor, I cant work it out .

Help appreciated