I actually work on two little wpf application for track, one is on the principal computer, you can wrote the time of the pilot on, the second must display in a big screen connect to the principal computer in hdmi and just display the time to the pilot.
I have ever made everything and all work fine.
But when I launch the first application, I want the second application automaticaly launch in the second screen. I only find a solution with the Forms packages like :
System.Windows.Forms.Screen.AllScreens
But I work with WPF so I can't access to System.Windows.Forms.
Anyone as an idea of possible solution? Thanks a lot!