Tagged Questions
The ctabctrl tag has no wiki summary.
6
votes
1answer
3k views
Which is preferred CTabCtrl vs. CPropertSheet in MFC?
I don't know how to use both of them. So a sample code with pros and cons is perfect. Which one is preferred? Why?
0
votes
1answer
234 views
How to resize a CTabCtrl to fit its contents
I have a CTabCtrl in my program and 3 "child" *CFormView*s that I show/hide whenever the user changes the active tab.
Instead of using a fixed size, I'd like to resize the enclosing CTabCtrl to match ...
0
votes
3answers
460 views
win32 CTabctrl: Drawing “child” windows in the active tab
I have a resizable dialog that contains a CTabCtrl, the tab control has 4 tabs that when clicked on displays one of four different CTreeCtrls.
I have derived a class from CTabCtrl, which keeps track ...
0
votes
2answers
1k views
How to use a CTabCtrl in a MFC dialog based application?
I need to do something which i expected to be was simple - create a tab control which has 2 tabs, implying 2 modes of operation for my app. When user clicks on Tab1, he'll be presented with some ...
0
votes
1answer
549 views
MFC: How to Identfy if Dialog was created using CPropertySheet or CTabCtrl
In reference to this question:Which is prefered CTabCtrl vs CPropertySheet
I have a DDK that uses MFC which I am new to. The basic example from the DDK implements a simple dialog box with 3 tabs ...