You can't add controls to the tabs. They don't act as frames, the way th SSTab control does. You will have to add a frame for each tab and draw your controls inside that frame. If you are loading them at runtime, you will need to load them, then set their parent to the frame control using the SetParent API call.