본문 바로가기

분류 전체보기

(222)
728x90
반응형

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 설정
C++, MFC。Class Name 설정 보호되어 있는 글입니다.
C++, MFC。Windows Version(NetWkstaGetInfo) 보호되어 있는 글입니다.
728x90
반응형