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 ...
2
votes
1answer
505 views
Adding click/double-click events to static group box controls
Having realised my own reasons were way too dubious, I've now gone about this a different way. But I'm still curious...
For reasons of nostalgia, familiarity and laziness, I'm coding a UI with MFC. ...
1
vote
1answer
482 views
How do I change the width of a group box in MFC programmatically?
Sorry, I'm more of a C# person but I'm having to update some legacy MFC code. I'm starting to realize why C# was a good upgrade.
0
votes
1answer
87 views
How to add scrollbar in Groupbox MFC
I have a groupbox which contains text boxes. I want more text boxes with in the same groupbox with out increasing the size of groupbox, If this groupBox has scroll it will be easy to achieve this. How ...
0
votes
1answer
423 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 ...