How to fit child dialogue in Parent without using tab control mfc

I'm going to develop MFC dialogue based application in which Parent window contain different controls in which some are common with child window.So I want to call child dialogues on the click event of parent windows button and that child window should fit into Parent windows provided space,like Tab control messaging provide such facility.How to do without using Tab control?
Last edited on
Topic archived. No new replies allowed.