전체 글57 2021-01-26 스크랩 Visual C++ MFC - chapter 2.MFC GDI(화면출력) : 네이버 블로그 (naver.com) Visual C++ MFC - chapter 2.MFC GDI(화면출력) Visual C++ MFC - chapter 2.MFC GDI(화면출력) 화면 출력(GDI) GDI(Graphics Device ... blog.naver.com 2021. 1. 26. [Tortoise SVN] Checkout 시 The server at '[...]' does not support the HTTP/DAV protocol. 에러 해결 방법 svn - Did GitHub shut down its support for Subversion clients? - Stack Overflow Did GitHub shut down its support for Subversion clients? GitHub documents to support Subversion clients and I'm using that for many projects to include them in one of my working copies using svn:externals. Since yesterday I get the following error for al... stackoverflow.com 작업 환경 OS: Windows 10 Pro SVN Client: Torto.. 2021. 1. 8. [MFC] EditControl 기존 텍스트에 텍스트를 추가해서 출력하기(채팅창) 및 오토 스크롤 1. Edit Control에서 기존 텍스트에 다른 텍스트를 추가해서 출력하기 예제 void CFoo::AppendTextToEditCtrl(CEdit& edit, LPCTSTR pszText) { // 문자열의 길이를 알아냄 int nLength = edit.GetWindowTextLength(); // 마지막 줄을 선택함 edit.SetSel(nLength, nLength); // 선택된 행의 텍스트를 교체 edit.ReplaceSel(pszText); // 마지막 텍스트를 Focus edit.SetFocus(); } void CFoo::AppendLineToMultilineEditCtrl(CEdit& edit, LPCTSTR pszText) { CString strLine; strLine.Forma.. 2020. 12. 16. [OPENCV 2.4.11, MFC] 여러 장의 이미지 연결하기 예제 1. 개발 환경 Windows 10 Pro(64bit) Opencv 2.4.11 Visual Studio 2010 C++ MFC 멀티바이트 문자 집합 사용 2. 참조 본 예제는 아래 2개의 포스트를 참조하여 작성되었다. mvp0115.tistory.com/43 [MFC] FileListView 예제 및 분석 0. FileListView 예제 정의 특정 폴더를 선택하여 해당 폴더의 파일들을 리스트형식으로 출력한다. ※ 조건 1) 확장자를 선택하여 출력 할 수 있어야 한다. 1. 사용된 컨트롤들 Edit Control 1개 - 현재 불 mvp0115.tistory.com mvp0115.tistory.com/45 [OPENCV 2.4.11, C++ Console] 두 장의 이미지 연결 및 출력 예제 및 분석 .. 2020. 12. 4. 이전 1 ··· 5 6 7 8 9 10 11 ··· 15 다음