C#启动外部程序,想隐藏界面,使用ProcessStartInfo.CreateNoWindow=true和ProcessStartInfo.WindowStyle=ProcessWindowStyle.Hidden都不管用,都不能隐藏界面,
xxx.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;