I am not sure f this helps, but I usually use the following command to hide a process:

Code:
 
Process prc;
prc.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;