OnQueryCancel1 CXTPPropertyPage OK 버튼 누르고 종료 여부 체크 방법 https://docs.microsoft.com/en-us/cpp/mfc/reference/cpropertypage-class?view=msvc-170 CPropertyPage Class Learn more about: CPropertyPage Class docs.microsoft.com MSDN을 참고하면 된다. 간단하게 설명하면 OK, Cancel 버튼을 누렀을 때 아래 함수가 각각 순서대로 호출이 된다. 먼저 OK버튼을 눌렀을 경우이다. int nCompare = 1; // The default MFC implementation of OnApply() would call OnOK(). BOOL CColorPage::OnApply() { if (nCompare == 2) return FALSE;//c.. 2022. 7. 15. 이전 1 다음