web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Get users screen resolution

adam260 Profile Picture adam260 1,871
Get users screen resolution
int screenWidth, screenHeight;
#WinAPI
//get the user resolution
screenWidth = WinAPI::getSystemMetrics(#SM_CXSCREEN);
screenHeight = WinAPI::getSystemMetrics(#SM_CYSCREEN);



This was originally posted here.

Comments

*This post is locked for comments