标签: c#
我从主窗口中打开进程窗口,我想从主框架开始关注。现在焦点仅在流程窗口中启用
答案 0 :(得分:0)
查看ProcessStartInfo类的.CreateNoWindow和.WindowStyle属性。