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という関数があります。