- 데블스캠프2006/목요일/winapi . . . . 3 matches
DrawText (hdc, "Hello World!", -1, &rect,
DrawText (hdc, "Hello World!", -1, &rect,
DrawText (hdc, szBuffer, -1, &rcClient, DT_SINGLELINE | DT_CENTER | DT_VCENTER) ;
- 5인용C++스터디/더블버퍼링 . . . . 2 matches
DrawText(hMemDC,szGang,-1,&grt,DT_WORDBREAK);
DrawText(hMemDC,szGang,-1,&grt,DT_WORDBREAK);
- MoreMFC . . . . 2 matches
dc.DrawText (_T ("Hello, MFC"), -1, &rect,
그리고, 그 다음으로 진행되는 것이. CMainWindow에 있는 OnPaint라는 함수. window의 client 영역에 무언가를 그리는 함수가 호출된다. (그 전에 이것 저것 많이 있겠지만... 뭐 매크로를 통해 messagemap 관련 entry라던지.. 이런것들을 선언해 주는 작업.. --a) 그래서, DrawText를 이용해 화면 중앙에 "Hello, MFC"를 그린다. 그러면 이 프로그램의 기능(?)은 끝이다.[[BR]]
Found 3 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.