다음을 통해 공유


CWnd 개체 초기화 시점

You cannot create your own child windows or call any Windows API functions in the constructor of a CWnd-derived object. This is because the HWND for the CWnd object has not been created yet. Most Windows-specific initialization, such as adding child windows, must be done in an OnCreate message handler.

추가 정보

참고 항목

참조

프레임 창 사용