I tried to set the WindowState of the System.Diagnostics.Process object but that didn't work. Neither did the WinAPI ShowWindow function because it requires a handle to a Window which I cannot acquire because the window that I want to show is hidden (Meaning that its MainWindowHandle defaults to Zero when I call MainWindowHandle on the Process object.)
Can someone tell me how to accomplish this?