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.
我有一个CDialog应该调用CFormView子对话框的父对话框。我知道,要调用一个CDialog对话框,我们使用DoModal()函数。是否也有类似的功能CFormView可以从任何地方调用它?
CDialog
CFormView
DoModal()