About 177,000 results
Open links in new tab
  1. vb.net - Getting Screen Resolution - Stack Overflow

    I need to change screen resolutions using my application. How to: Read current resolution Changing it using my application and then returning to current on exit. Thanks, Furqan

  2. android - Get screen resolution of device - Stack Overflow

    You can't get device physical size in all device because that depends on device as well. ie. Check two devices Nexus 5 Lenovo K3 both size is 1080X1920 but when you call above function then get …

  3. Detecting real time window size changes in Angular 4

    The above code can be adjusted to deal with screen size the bootstrap way (By changing max-width into min-width and adding 1px for each value, and ofcourse to inverse function s names.)

  4. Get Screen resolution using WMI/powershell in Windows 7

    I am using the following script to get screen resolution in Windows using WMI. The script works fine when the computer is in landscape mode but returns incorrect values when in portrait mode.

  5. How do I get monitor resolution in Python? - Stack Overflow

    Jun 28, 2010 · Basically, rather than displaying content the full monitor resolution, which would make fonts tiny, the content is scaled up until the fonts are big enough. On my monitor I get: Physical …

  6. How to detect the screen resolution with JavaScript?

    Feb 11, 2010 · Screen resolution enables you to know how thick a 10 pixel line will be in inches. Pixel dimensions tell you what percentage of the available screen height will be taken up by a 10 pixel …

  7. windows - Powershell: How can i get the primary screen resolution of a ...

    Sep 22, 2022 · How can we get the resolution for the DefaultUser? The only solution that easily comes to my mind is a rather ugly thing: Using the windows task scheduler i could create a task that …

  8. Changing the resolution of a VNC session in linux [closed]

    Aug 19, 2008 · With this the resolution changes to fit the size of the client window no matter what it is, and it's not zooming, it's actual resolution change (I can see the new resolution in xrandr output). I …

  9. test website on different screen resolution - Stack Overflow

    Dec 3, 2012 · First, you do not need to emulate a 11 inch screen but the screen resolution because no matter the inch of the screen, resolution can have multiple values. I would suggest you to use a …

  10. Get screen width and height in Android - Stack Overflow

    Jan 20, 2011 · How can I get the screen width and height and use this value in: @Override protected void onMeasure(int widthSpecId, int heightSpecId) { Log.e(TAG, "onMeasure" + widthSpecId);