My work station has 3 displays. There are 2 windows in my application: the BIG Window and a LITTLE Window. BIG Window is running on the main screen. And the LITTLE Window should be shown on the another, specific screen, regardless the number of this screen.
I dont now what is the number of this screen (1,2,3..) and I don't know where is the screen located (on the left side, on the right side of the main screen).
What is the way I can do this? Is there some unique ID belongs to the screen?
Thank you, all
It can be done using the screen class. https://msdn.microsoft.com/en-us/library/system.windows.forms.screen.aspx
Example code that identifies each screen: