Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Visual Studio 2013 中使用 MfcTabCtrl。在 toolbx 中,我看到 TabCtrl 但没有看到 MfcTabCtrl。
请问如何在 vs2013 中使用 CMfcTabCtrl ?
非常感谢,
此致,
尼克修斯
CMFCTabCtrl 通常在框架窗口内使用。
在对话框中,我将使用 CPropertySheet 和 CPropertyPages。那里的 Tab ctrl 是隐式创建的。但是AFAIK可以将它子类化,如果你需要它......
所以通常的方法是使用 CMFCTabCtrl::Create 函数。只需查看 MCF 的样本...