본문 바로가기

전체 글

(216)
728x90
반응형

C++, MFC。텍스트 파일로 로그 생성(ofstream) 보호되어 있는 글입니다.
C++, MFC。HRESULT 완료 상태 메시지 출력 함수의 완료 상태(오류나 경고)를 설명하는 데 사용되는 32비트 값 #include std::string message = std::system_category().message(hr) CString sMsg(message.c_str()); 더보기 https://learn.microsoft.com/en-us/previous-versions/bb446131(v=msdn.10)?redirectedfrom=MSDN HRESULT Table of contents HRESULT Article 11/18/2015 In this article --> 4/8/2010 The HRESULT data type is a 32-bit value is used to describe an error or warning. Note..
Info。빠른 실행, 시작 폴더 위치 1. 빠른 실행 폴더 위치 %APPDATA%\Microsoft\Internet Explorer\Quick Launch 2. 현재 사용자의 시작 폴더 위치 %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup 3. 모든 사용자의 시작 폴더 위치 C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp
C++, MFC。다이얼로그 영역 외 마우스 이벤트 추적(SetCapture, GetCapture, ReleaseCapture) 1. 마우스 이벤트 추가 WM_LBUTTONUP, WM_LBUTTONDOWN, WM_MOUSEMOVE 2. 마우스 캡쳐 추가 # SetCapture 마우스 메세지 점유 더보기 https://learn.microsoft.com/ko-kr/windows/win32/api/winuser/nf-winuser-setcapture SetCapture 함수(winuser.h) - Win32 apps 마우스 캡처를 현재 스레드에 속한 지정된 창으로 설정합니다. learn.microsoft.com # GetCapture 마우스 캡쳐 핸들 반환 더보기 https://learn.microsoft.com/ko-kr/windows/win32/api/winuser/nf-winuser-getcapture GetCapture 함수(..
C++, MFC。다이얼로그(Dialog) 투명화 보호되어 있는 글입니다.
C++, MFC。파일 선택(단일, 다중), 폴더 선택 보호되어 있는 글입니다.
C++, MFC。모달리스(Modaless) 최상단 위치(GetDesktopWindow) CSubMain m_rcSubMain = new CSubMain(); m_rcSubMain->Create(IDD_SUB_DIALOG, CWnd::GetDesktopWindow());
Error。read access violation. Exception thrown: read access violation. pThread->m_pMainWnd-> was 0xCCCCCCCC. If there is a handler for this exception, the program may be safely continued. [Programming/C++, MFC] - C++, MFC。Class Name 설정
728x90
반응형