◄CWnd► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation Classes────────────────────────────────────────────── afx_msg void OnChildActivate(); Remarks If the CWnd object is a child window, OnChildActivate is called whenever the size or position of the window changes. This message-handler member function calls the ◄Default► member function. Override this member function in your derived class to handle the ◄WM_CHILDACTIVATE► message. See Also ◄CWnd::SetWindowPos►, ◄CWnd::OnClose►, ◄WM_CHILDACTIVATE►, ◄CWnd::Default► -♦-