Top "Screen" questions

A screen on a device, such as an iPhone or other smartphone.

How do I center a window onscreen in C#?

I need a way to center the current window. So for example, if a user pushes a button, I want …

c# winforms screen center
How do I get monitor resolution in Python?

What is the simplest way to get monitor resolution (preferably in a tuple)?

python screen resolution
Get and Set Screen Resolution

How can I collect and change screen resolution using Visual C#?

c# screen screen-resolution
How to detect iPhone 5 (widescreen devices)?

I've just upgraded to XCode 4.5 GM and found out that you can now apply the '4" Retina' size to your …

iphone ios objective-c screen device
How to develop or migrate apps for iPhone 5 screen resolution?

The new iPhone 5 display has a new aspect ratio and a new resolution (640 x 1136 pixels). What is required to develop …

ios iphone screen iphone-5
jQuery Screen Resolution Height Adjustment

In order to better balance out a page I am working on I would like to find a way to …

javascript jquery screen resolution margins
Jquery Change Height based on Browser Size/Resize

I was wondering if there was a way to determine the height/width of a browser. What i'm trying to …

javascript jquery browser screen
How to support different screen size in android

I'm developing an app in android and I have to support all different screen sizes and density. So i've created …

android screen
How to get the size of the current screen in WPF?

I know I can get the size of the primary screen by using System.Windows.SystemParameters.PrimaryScreenWidth; System.Windows.SystemParameters.…

c# wpf xaml size screen
Android: how to convert whole ImageView to Bitmap?

I have my application that is displaying images with different ratio, resized inside (centerInside) imageView. What I need is to …

android image bitmap screen imageview