I want to create 2 Groupboxes placed one below another in dialog and place some control items with in both Groupboxes. The number of controls with in the Group boxes decided on run time.
The Groupbox size should be fit to the number of controls with in it and second Groupbox should be next to first Groupbox.
Create the groupbox dynamically - at run time . This http://www.tech-archive.net/Archive/VC/microsoft.public.vc.mfc/2004-07/2144.html might be helpful and add the controls during runtime, making the group box the parent window .