Using CMfcTabCtrl in VS2013

2019-08-27 08:18发布

I would like to use MfcTabCtrl in Visual Studio 2013. In the toolbx, i see the TabCtrl but not the MfcTabCtrl.

How can use CMfcTabCtrl please in vs2013 ?

Thanks a lot,

Best regards,

Nixeus

1条回答
男人必须洒脱
2楼-- · 2019-08-27 08:32

The CMFCTabCtrl is usually used inside frame windows.

Inside a dialog I would use CPropertySheet and CPropertyPages. The Tab ctrl there is implicit created. But AFAIK it is possible to subclass it, if you need it...

So the usual way is to use the CMFCTabCtrl::Create function. Just look into the samples of the MCF...

查看更多
登录 后发表回答