- 모니터의 가로세로 해상도 구하기
CDC *pDC=GetDC();
int nWidth=pDC->GetDeviceCaps(HORZRES);
int nHeight=pDC->GetDeviceCaps(VERTRES);
ReleaseDC(pDC);
Posted by 케이피