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.
在 MDI 应用程序中,当用户在视图之间切换时,必须更新某些内容。当这种情况发生时,最好处理什么信息?在我的应用程序中,一个文档只有一个视图,但从逻辑上讲,我希望在文档之间切换时得到通知。
您可以在 CChildFrame (ChildFrm.h) 中捕获 WM_SETFOCUS。当用户单击视图窗口或以其他方式将焦点设置到视图时,此成员函数可以成为您需要在应用程序中设置的任何内容的桥梁。