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.
我有一个简单的 MFC 文本编辑器,我正在尝试实现查找功能。我试图从我的“查找框”对话框类中引用存储所有文本的控件(我相信这是在视图类中)。当它在另一个类中时,我如何访问这个富编辑控件?
更改“查找”对话框的构造函数以接收附加参数:指向富编辑控件的指针。将指针保存在查找对话框成员变量中。然后在构建 Find 对话框时传入指针值。