본문 바로가기

Windows/MFC

윈도우 해상도 알기

[code]int cxFullScreen = GetSystemMetrics(SM_CXFULLSCREEN);
int cyFullScreen = GetSystemMetrics(SM_CYFULLSCREEN);[/code]

'Windows > MFC' 카테고리의 다른 글

CScrollBar 스크롤바 컨트롤  (0) 2013.10.02
Radio 버튼 컨트롤  (0) 2013.10.02
윈도우 해상도 알기  (0) 2013.10.02
스크롤 바(Scrollbar) HScroll  (0) 2013.10.02
콤보박스는 기본적으로 -_ - Sorting 된다..  (0) 2013.10.02