J2Y
Win32 API
Win32 API 문자열 출력하기 코드
imj2y
2008. 7. 22. 09:33
HDC hdc; // ---------------------------------------------- switch(iMessage) { case WM_DESTROY: PostQuitMessage(0); return 0; case WM_LBUTTONDOWN: hdc=GetDC(hWnd); TextOut(hdc,100,100,"문자열 출력하기",15); ReleaseDC(hWnd, hdc); return 0; }
공유하기
게시글 관리
J2Y
티스토리툴바