Windows/MFC
윈도우 해상도 알기
aucd29
2013. 10. 2. 17:53
[code]int cxFullScreen = GetSystemMetrics(SM_CXFULLSCREEN);
int cyFullScreen = GetSystemMetrics(SM_CYFULLSCREEN);[/code]
int cyFullScreen = GetSystemMetrics(SM_CYFULLSCREEN);[/code]