About 323,000 results
Open links in new tab
  1. 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 …

  2. 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.

  3. Getting the screen resolution using PHP - Stack Overflow

    Oct 1, 2009 · I need to find the screen resolution of a users screen who visits my website?

  4. 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

  5. How to get the Android device screen size from the adb command line ...

    Sep 23, 2011 · I need a way to detect device screen size and density with adb. If there is no solution, where can I get the complete list of all existing android device with their screen size and density ?

  6. How to detect in jquery if screen resolution changes?

    Dec 20, 2011 · How can I make it so that each time when user changes the screen resolution size [not the browser window], the page perform a function?

  7. c# - Get and Set Screen Resolution - Stack Overflow

    The Screen class has a property called Bounds, which you can use to determine the resolution of the current instance of the class. For example, to determine the resolution of the current screen:

  8. How to detect if screen size has changed to mobile in React?

    Jun 11, 2017 · 60 I am developing a web app with React and need to detect when the screen size has entered the mobile break-point in order to change the state. Specifically I need my sidenav to be …

  9. 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 …

  10. CSS get height of screen resolution - Stack Overflow

    Oct 21, 2019 · I'm having a hard time getting the height of lower screen resolution because my screen resolution is 1920x1080. Does anyone know how to get height and width of the screen resolution? I …