winforms

Multiple Monitor/Screen Information Example

March 20, 2010

Microsoft made it very simple to get information about the displays available to Windows with the Screen class in Windows Forms. Using this class you can identify the primary screen, and get properties like size from any display device. For anyone developing an application which supports multiple monitors the Screen.Bounds property may be useful in [...]

Read the full article →