Tag: Multiple Screens

Programming for Multiple Screens in DotNET

December 21, 2008 | By | Add a Comment

This is a piece of code I used for an application that needed to be displayed in 2 screens setup as extended view. I used a simple calculation to know the selected screen’s coordinates and place the form in its center.

Continue Reading