본문 바로가기

Windows/MFC

윈도우 스크린 크기 알기

[code]int scx = GetSystemMetrics( SM_CXFULLSCREEN );
int scy = GetSystemMetrics( SM_CYFULLSCREEN );
[/code]