C# System.Diagnostics.Process 调用程序隐藏运行
p.StartInfo.UseShellExecute = true;//隐藏
p.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;//隐藏
加上面2句,然后启动
p.Start();//启动
Netdbo

浙公网安备 33010602011771号