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 MoreString to Hex sscanf(string, %04X, &your_word16); // where string = your string and // 04…
Read MoreCALLBACK의 진실…. 부제..말도 많고 탈도 많은… 이글은 CALLBACK(메크로)이 붙었기에 OS에서 CALLBACK함수를 호출한다.. 라는 와전된말의 진실을…
Read More