Windows/MFC

윈도우 크기 알기 GetClientRect

aucd29 2013. 10. 2. 17:39
[code]CRect m_rect;
GetClientRect(m_rect);[/code]