About 50 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. Powershell Screen Resolution in Win11 - Stack Overflow

    Nov 11, 2024 · Note: I'm offering this as a general solution; you state that the first solution below doesn't report the correct resolution for one of your displays, but it is unclear why. It looks like your intent is …

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

  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 the current …

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

    Sep 22, 2022 · In order to verify that the display settings are correctly set, we would like to use a powershell script to automatically check the used resolution remotely with a support user account. So …

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

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

  9. How do you set the screen resolution for a UiPath robot?

    Sep 2, 2020 · Every time my robot runs it captures the screen at 800x600 resolution. The system is capable of 1920x1080. How do I configure my UiPath robot to run at 1080p or even 4K screen …

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