B
Barry Frank
I am starting a process setting UseShellExecute to false and
RedirectStardardOutput to true so that I can use StandardOutput.ReadToEnd to
get the "screen" output of a command line program. When I do this the
WindowStyle property seems to be ignored and is always "normal".
Is this the correct behavior when using UseShellExecute = false?
RedirectStardardOutput to true so that I can use StandardOutput.ReadToEnd to
get the "screen" output of a command line program. When I do this the
WindowStyle property seems to be ignored and is always "normal".
Is this the correct behavior when using UseShellExecute = false?