I realise this may be a curly one because not many people have a multi monitor card but I have a 4 port card and 4 monitors. (You can see the effect with 2 monitors connected to a 2 port card)
My question is how can I determine the left coordinates of each monitor when I first boot up my app so I can set the left coordinate of each screen to steer it into the required monitor?
Windows Display settings show the current coordinates when you hover the mouse above each little monitor box in Display/Settings that you see once you connect up the extra monitors.
I have used fixed coordinates by first booting up with each form normalised, set each Form.left coordinate then maximise and each screen snaps to its correct position.
Eg. Form1.left=0: Form2.left=1280: Form3.left=2560: Form4.left=3926
However the monitors are different resolutions and the coordinates automatically change if you boot up the computer with one monitor missing so the wrong pic ends up in the wrong screen if you just use fixed coordinates.
The use is an airport departure lounge and I don't want people boarding the wrong plane!
My question is how can I determine the left coordinates of each monitor when I first boot up my app so I can set the left coordinate of each screen to steer it into the required monitor?
Windows Display settings show the current coordinates when you hover the mouse above each little monitor box in Display/Settings that you see once you connect up the extra monitors.
I have used fixed coordinates by first booting up with each form normalised, set each Form.left coordinate then maximise and each screen snaps to its correct position.
Eg. Form1.left=0: Form2.left=1280: Form3.left=2560: Form4.left=3926
However the monitors are different resolutions and the coordinates automatically change if you boot up the computer with one monitor missing so the wrong pic ends up in the wrong screen if you just use fixed coordinates.
The use is an airport departure lounge and I don't want people boarding the wrong plane!