Andrew's Garage

Shrunk Expand

Primary Navigation

← Older postsNewer posts→
  • Category Archives C/C++
  • 비공개 » 참고를 위한 저장물 » C/C++C/C++ » cmake/make
  • [MFC] CEdit 에서 Enter를 통한 줄바꿈 적용

    <출처> http://mainia.tistory.com/599 CEdit 컨트롤을 사용해 한줄이 아닌 여러줄의 멀티라인 글을 쓸수 있도록 설정해야 할 때가 있다. Properties  에서 Mutility Line 으로 변경한다고 해서 설정이 끝나는 것은 아니다. 아래의 내용을 참고 하기 바란다.   CEdit 박스에 Enter 키를 눌렀을때 줄…


    Continue reading → Post ID 263

    Posted on 2014-07-26 5:19 AM by andrew Comment
    C/C++ MFC & WINDOWS 일상
  • [MFC] CListCtrl 을 사용한 내용 삽입

    Report 형식의 CListCtrl 에 자료 넣기 1. 컬럼을 추가한다. 2. Item을 추가한다. 3. SubItem을 추가한다. 컬럼을 추가해야, 컬럼에 텍스트를 설정해 넣을 수가 있다. 컬럼 추가는 다음과 같이 한다. CListCtrl L; L.InsertColumn(0, “Control…”, LVCFMT_LEFT, …


    Continue reading → Post ID 261

    Posted on 2014-07-26 5:19 AM by andrew Comment
    C/C++ MFC & WINDOWS 참고를 위한 저장물
  • [MFC] Window 창 크기 조정

    sdi로 프로젝트를 생성했다고 가정하고,   MainFrm.cpp의 BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs)에서   cs.cx = 1024;    //가로 크기 cs.cy = 768;     //세로 크기   cs.style &= ~WS_THICKFRAME; //창…


    Continue reading → Post ID 259

    Posted on 2014-07-26 5:17 AM by andrew Comment
    C/C++ MFC & WINDOWS 참고를 위한 저장물
  • HTML 파싱해서 원하는 정보 가져오기

       출처 : http://findfun.tistory.com/tag/C# 브라우져 System.Windows.Forms 에 있는 Browser 컨트롤을 이용하여 브라우져를 만들고 원하는 정보를 얻을 수 있습니다.(옆의 이미지를 클릭하시면 크게 보실 수 있습니다.) 이 예시는 다나와 사이트의 카드/현금 동일몰 중 가장 싼 가격을 알아내는 것으로 타겟을 정했…


    Continue reading → Post ID 254

    Posted on 2014-07-23 6:49 AM by andrew Comment
    C/C++ MFC & WINDOWS 참고를 위한 저장물
  • [개발/VC++] URLEncode, URLDecode, UTF8 변환 소스

    [개발/VC++] URLEncode, URLDecode, UTF8 변환 소스 IT/개발 2011/02/10 12:05 [개발/VC++] URLEncode, URLDecode, UTF8 변환 소스 아래 소스는 멀티바이트 문자집합 프로젝트 설정으로 작업해야 작동된다. inline BYTE toHex(const BYTE &x) { return x >…


    Continue reading → Post ID 252

    Posted on 2014-07-23 6:47 AM by andrew Comment
    C/C++ 참고를 위한 저장물
  • [개발/VC++] URLEncode, URLDecode, 유니코드 변환 소스

    [개발/VC++] URLEncode, URLDecode, 유니코드 변환 소스 IT/개발 2011/02/10 12:08 [개발/VC++] URLEncode, URLDecode, UTF8 변환 소스 [유니코드 문자집합용] CString Unicode_URLDecode( CString strEncodedText ) { CString strResult; wchar…


    Continue reading → Post ID 250

    Posted on 2014-07-23 6:46 AM by andrew Comment
    C/C++ 참고를 위한 저장물
  • [개발/VC++] WebBrowser Control 이벤트 연결 – C++

    IT/개발 2011/02/10 12:12 [개발/VC++] WebBrowser Control 이벤트 연결 – C++ WebBrowser Control IDispatch IWebBrowser2 .ReadyState READYSTATE_COMPLETE .Navigate2() .get_Document() // IDispatch -> IHTMLDo…


    Continue reading → Post ID 248

    Posted on 2014-07-23 6:46 AM by andrew Comment
    C/C++ MFC & WINDOWS 참고를 위한 저장물
  • C++11

    http://en.wikipedia.org/wiki/C++11#Hash_tables


    Continue reading → Post ID 238

    Posted on 2014-07-23 6:24 AM by andrew Comment
    C/C++ 참고를 위한 저장물
  • INI Reader / Writer Class for MFC and ANSI C++ ( Windows Linux )

    http://www.codeproject.com/Articles/12914/INI-Reader-Writer-Class-for-MFC-and-ANSI-C-Windows


    Continue reading → Post ID 236

    Posted on 2014-07-23 6:24 AM by andrew Comment
    C/C++ 참고를 위한 저장물
  • Using the WebBrowser Control from C/C++

    Using the WebBrowser Control from C/C++   This section describes some of the common implementations of the WebBrowser control, including: Adding Internet browsing functionality to your applicatio…


    Continue reading → Post ID 234

    Posted on 2014-07-23 5:43 AM by andrew Comment
    C/C++ MFC & WINDOWS 참고를 위한 저장물

Posts navigation

Previous 1 … 4 5 6 … 8 Next


©2025 boots Entries RSS and Comments RSS Child theme Boots of Raindrops Theme