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.
我有一个有两个子对话框的应用程序。在一个对话框上按下按钮时,我希望更改另一个对话框的光标。除了向窗口发送消息之外,还有其他方法吗?
通过构造函数 (m_pParent) 使对话框的父类可用,并在那里引用其他对话框的成员。您可以在一个对话框中声明一个朋友类,以使私有成员可以从另一个对话框访问,并以这种方式更改光标。