VC++ 서브 클래싱_Naver 지식iN .
// 따로 예제를 작성했습니다. // 참고하시기 바랍니다. #include “windows.h” LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM); HINSTANCE g_hInst; LPSTR…
Read More// 따로 예제를 작성했습니다. // 참고하시기 바랍니다. #include “windows.h” LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM); HINSTANCE g_hInst; LPSTR…
Read More본글을 Michael Dunn의 강좌 The Complete Guide to C++ Strings, Part I 과 II 를…
Read More문자열(스트링) 전격 분석1강 본 글은 Michael Dunn의 강좌 The Complete Guide to C++ Strings, Part…
Read More#include “Tlhelp32.h” bool ProcessKill(CString strProcessName){ HANDLE hProcessSnap = NULL; BOOL bRet = FALSE; PROCESSENTRY32 pe32…
Read MoreWindows Mobile 5.0 Pocket PC SDK.msi http://download.microsoft.com/download/d/2/e/d2e43e33-53b0-45b6-ba70-fe6fdc4aa5bb/Windows Mobile 5.0 Pocket PC SDK.msi Windows Mobile 5.0…
Read More