BLOG.CSHARPHELPER.COM: Find the Screen object on which a form is running in C#
Find the Screen object on which a form is running in C#
This is an issue if the user is using more than one monitor.
When this program starts, it uses the following code to get the Screen object that holds the form and display its device name, whether it is the primary screen, and its working area.
Comments