BITMAP bm;
m_bmpBackground.GetBitmap(&bm);
SetWindowPos(NULL, 0, 0, bm.bmWidth, bm.bmHeight, SWP_NOZORDER|SWP_NOMOVE);
m_bmpBackground.GetBitmap(&bm);
SetWindowPos(NULL, 0, 0, bm.bmWidth, bm.bmHeight, SWP_NOZORDER|SWP_NOMOVE);
'Windows > MFC' 카테고리의 다른 글
CMuLeftMenu (0) | 2013.10.02 |
---|---|
CMenuSubItem (0) | 2013.10.02 |
CXMLFile - A Simple C++ XML Parser (0) | 2013.10.02 |
클라이언트 프로그램에서 Global IME를 구현하는 방법 (0) | 2013.10.02 |
Windows Message Handling - Part 1 (0) | 2013.10.02 |