Hi,
I need to open two forms simultaneously on two different screens. The first screen is a touch screen that the user can interract with, the second screen is just a regular screen. I have two windows forms, I want form 1 to open on the first screen, and form 2 to open on the second screen - how would I achieve this? Also - both screens are connected to each other so for exampleif you slidea form across to the right of screen 1, it will appear on the left of screen 2.
Anyone an ideas? (in C# please!)
Thanks!
RB