Windows/MFC
윈도우 스크린 크기 알기
aucd29
2013. 10. 2. 17:37
[code]int scx = GetSystemMetrics( SM_CXFULLSCREEN );
int scy = GetSystemMetrics( SM_CYFULLSCREEN );
[/code]
int scy = GetSystemMetrics( SM_CYFULLSCREEN );
[/code]