I've created two WPF applications that are designed to run full screen on the same server with dual monitors.
Is it possible to specify which application opens on which screen?
I currently have the executable on different monitors desktop which works but ideally I'd like to control this programmatically.
If that isn't possible, then I could move the application into a WPF web client and open in two full screen Internet Explorer windows but again I'd need to specify which ones load on which screens.
Thanks