Resolution

Started by
1 comment, last by Locke 22 years, 5 months ago
Is there any may to detect what resolution the desktop is running at when you initiate a program?
Brendan ''Locke'' Hennessy"I heard life sucks, so that''s why I don''t have one"
Advertisement
GetSystemMetrics(SM_CXSCREEN); //x pixels

and

GetSystemMetrics(SM_CYSCREEN); //y pixels

will retrieve the the resolution
What up Mike B.?

~Scraniel~

This topic is closed to new replies.

Advertisement