기술 MFC 잡다한 기술 편 (Dialog 전체 화면,글자 색 변경 방법,마우스 좌표 구하기), 버튼 입력 차단하기,체크박스,글자폰트 2 분 소요 Dialog 전체화면 만들기 ShowWindow(SW_SHOWMAXIMIZED);
기술 MFC CString to string 최대 1 분 소요 CString cStr = L"String"; CT2CA convertedString(cStr); std::string str = std::string(convertedString); 또는