I start a Console Application via ProcessStartInfo and process.Start(). I want to hide the black window. Here\'s my code:
string output = \"\"; //Setup the
Try This:
startInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;