Programming/MFC [다이얼로그] 윈도우 창 크기 얻기 푸어맨 2016. 10. 7. 13:35 // 배경화면 BITMAP으로 채우기 CRect winRect; GetClientRect(winRect); PaintBitmapOnWindow(IDB_PlkLog, winRect.Width(), winRect.Height());