Falling-Blocks-Board-and-Shape-Control http://www.codeproject.com/Articles/10668/Falling-Blocks-Board-and-Shape-Control Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2014-06-09 12:44 AM by andrew Comment 📂This entry was posted in 참고를 위한 저장물
2014-07-26 andrew [MFC] CEdit 에서 Enter를 통한 줄바꿈 적용<출처> http://mainia.tistory.com/599 CEdit 컨트롤을 사용해 한줄이 아닌 여러줄의 멀티라인 글을 쓸수 있도록 설정해야 할 때가 있다. Pro...
2014-12-15 andrew CStirng ↔ char * (Unicode ↔ ANSI)※ Format 지정 가능 (CString → char *) // Static CString strText = _T("casting test"); char szText[128];...