디스플레이의 권장 해상도 얻는 windows api 무엇인가요

Gapsu의 이미지

int nWidth = GetSystemMetrics(SM_CXSCREEN);
int nHeight = GetSystemMetrics(SM_CYSCREEN);

이럿게 디스플레이의 현재 해상도는 얻을수 있었습니다.
그런데 디스플레이가 지원하는 멀티 해상도중에서 가장 최적의 해상도는 무엇인지 어떳게 알수 잇습니까?

익명 사용자의 이미지

아시는 분 전혀 없으신가요?

snowall의 이미지

일단 "최적의 해상도"를 "잘" 정의해 주세요.

피할 수 있을때 즐겨라! http://melotopia.net/b

익명 사용자의 이미지

이걸 아시는분 ?

snowall의 이미지

뭘 하시려는건지 모르겠지만,

http://windows.microsoft.com/is-IS/windows7/Getting-the-best-display-on-your-monitor

여기에 보면 Usually the highest resolution your monitor support라고 되어 있네요.

http://stackoverflow.com/questions/7668275/getting-the-optimal-resolution-in-visual-studio-2010

이런걸 찾으신다면, 뭐 위의 링크를 참고하시면 될 듯.

그런데 검색은 잘 안해보시나봐요?

피할 수 있을때 즐겨라! http://melotopia.net/b