Top "Screen-resolution" questions

The number of distinct pixels in each dimension that the screen can display, usually quoted as width × height with the units in pixels.

Resolution independent or monitor size independent WPF apps

How could I develop resolution-independent and monitor size independent WPF apps? Monitor size independent means here suppose I develop a …

wpf screen-resolution resolution-independence
How to list available video modes using C#?

I've found nice examples using C++ (http://www.codeproject.com/KB/tips/resswitch.aspx), but not in C#. Can someone …

c# winapi interop screen-resolution
Auto-Resize Form and Contents in Ms-Access

Background: I am creating an application in Ms-Access that is to be launched on a multi-user platform - This means …

ms-access vba screen-resolution ms-access-2000
Android: drawable resolutions

I've been through this post (and others) as well as through the documentation about supporting different screen resolutions in Android, …

android drawable screen-resolution
How to programmatically get the resolution of a window and that of the system in Linux?

I'm trying to get the resolution of the screen as well as the resolution of a specific window (in which …

c++ linux screen-resolution
GetSystemMetrics() returns wrong value for SM_CXSCREEN

I've run into an interesting problem. At least in Vista, getSystemMetrics(SM_CXSCREEN) returns an incorrect value when the desktop …

winapi dpi screen-resolution
Get native resolution of screen

Is there a way to get the native resolution of a screen in c#? The reason that I ask is …

c# .net wpf screen-resolution
Galaxy Tab 10.1 usable screen resolution (- the menu bar)

I know that the screen resolution is 1280×800px but Honeycomb's bottum menu bar makes this a tad smaller, but how …

android resolution screen-resolution galaxy-tab
Setting display resolution for Selenium tests on virtual machine as Jenkins Slave

I'm having trouble running some Selenium tests on a Jenkins Slave. To be specific, the display resolution that is used …

selenium jenkins vmware screen-resolution jenkins-slave
SetProcessDPIAware seems not to work under windows 10

I am trying to get the real screen resolution (in pixels) in a windows C++ app. When the windows dpi …

c++ winapi screen-resolution dpi