C# System.Diagnostics.Process 调用程序隐藏运行

p.StartInfo.UseShellExecute = true;//隐藏
p.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;//隐藏

 

加上面2句,然后启动
p.Start();//启动                               

                                           Netdbo

posted @ 2020-01-09 16:46  netdbo  阅读(1598)  评论(0)    收藏  举报