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.
我正在用 eVC++ 开发一个应用程序。在 MFC 中 OnInitDialog() 表示您的页面正在初始化。我希望每次激活我的页面时都有一个事件通知我。那是什么活动?
您应该处理消息WM_SETFOCUS
编辑:
或WM_ACTIVATE
或覆盖方法OnSetActive()
按页面是什么意思。如果您在谈论 Windows,则 MFC 中有一个名为CWnd::OnActivate的函数。