Is there a way to get the window handle (IntPtr) for a window after its launched from a C# app with Process.Start()?
If it's the main window you're after, Process.MainWindowHandle will give you what you need.
Process.MainWindowHandle