Tagged Questions
3
votes
3answers
3k views
Group box with title as Check box
I am using Visual Studio 6.0 (VC++ with MFC) in Windows XP platform. I am trying to create a group box with the title of the group box as a check box. My intention is this: If the check box is ...
0
votes
1answer
446 views
Create dynamically expandable Goupbox in MFC and place the controls with in it
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 ...