Page 1 of 1

Screen Resolution

Posted: Thu May 15, 2014 4:00 am
by misery
Hi, is it possible to extract the screen's resolution and place the values in variables?

If not, I've found it's possible to use command prompt to find these values, by using command: wmic desktopmonitor get screenheight, screenwidth

Please let me know, thanks.

Re: Screen Resolution

Posted: Thu May 15, 2014 8:49 am
by Oleg
There are system variables in the "Screen" group.
ScreenH(0) - height of specified screen
ScreenW(0) - Width of specified screen
ScreenVars.png
ScreenVars.png (50.15 KiB) Viewed 10137 times