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.
如何在 CFrameWnd 上添加控件(如 ListCtrl 和 CButtons)?
谢谢
您最好的选择可能是创建一个CDialogBar并将您的控件粘贴在上面。
CListCtrl 与 CListView 相同。您也可以通过直接调用按钮的 Create 成员或调用 Create API 将 BUTTON 作为类的名称来创建按钮。
如果您想在对话框中使用许多控件,为什么不使用 CFormView 派生类作为您的视图?