Launch an application and send it to second monitor?
Is there any way to start/lunch a program through Process in another screen? Someone asked that here but there was no answer. Note: it is not a form in my app, I'm asking about running an external program in another screen! Since the window is not yours, you can only move it by invoking the Windows API. You will have to do this: Launch the process. Use FindWindow to retrieve the handle to the window. If the window doesn’t exist yet, the process hasn’t created it yet; sleep for 500ms and then try again. (But don’t go into an infinite loop; stop if you can’t find the window after a reasonable