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

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

  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. c# - Get and Set Screen Resolution - Stack Overflow

    Feb 22, 2011 · 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 …

  5. Powershell Screen Resolution in Win11 - Stack Overflow

    Nov 11, 2024 · It looks like your intent is to get the display resolution[1] of all currently connected displays in the form of a '<horizontal-pixels> x <vertical-pixels>' string, e.g. '2560 x 1600'

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

    Jun 11, 2017 · 59 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 …

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

  8. windows - Powershell: How can i get the primary screen resolution …

    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 …

  9. How to get the Android device screen size from the adb command …

    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 …

  10. CSS get height of screen resolution - Stack Overflow

    Jul 17, 2012 · 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 …