Page 1 of 1
How do I know the programmed display resolution
Posted: Tue May 24, 2016 8:48 pm
by Eugene Lutsenko
How do I know the programmed resolution of the monitor. I remember that somewhere wrote about it on the forum, but I do not remember exactly where
Re: How do I know the programmed display resolution
Posted: Wed May 25, 2016 1:38 am
by reganc
Hi Eugene
AppDeskTop():currentsize() will give you the Windows desktop size on the main monitor.
dc_getworkarea() returns the usable area of the desktop. That is without the Windows Taskbar and any other docked 'always on top' Windows Toolbars.
Re: How do I know the programmed display resolution
Posted: Wed May 25, 2016 10:03 am
by Auge_Ohr
reganc wrote:AppDeskTop():currentsize() will give you the Windows desktop size on the main monitor.
this work only if DPI = 100%
look at
http://bb.donnay-software.com/donnay/vi ... 63&p=10809