Hello all,
I have a winforms application that opens other applications such as firefox and adobe reader. The application will reside on a system with 4 monitors. I know how to open forms to other monitors, but am struggling with how to control where Process.Start() opens new applications. I've looked into ProcessStartInfo and command line arguments but can't seem to get anything to work.
Any ideas?
Thanks!
ntabb