Hi all,
Is it possible to use CMFCTabCtrl in a dialog??
Many thanks!!
Printable View
Hi all,
Is it possible to use CMFCTabCtrl in a dialog??
Many thanks!!
I guess, it is.
Call CMFCTabCtrl::Create or
- in resource editor, add a tab control in dialog template;
- right click on the control and add a variable;
- go to source code and change "CTabCtrl" to "CMFCTabCtrl".
Note
Generally, instead of use tab controls in dialogs, it's much more easier to make property sheets.
See CMFCPropertySheet/CMFCPropertyPage or CPropertySheet/CPropertyPage.