本文介绍了开始一个过程......的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以启动流程(使用Process.Start或其他

方法)作为模态窗口?意思是,我不希望这个过程成为当前的C#表格。直到开始的过程是

关闭。


提前致谢。

任何帮助都是非常苛刻的。

Nick Z.

Is it possible to start a process (using Process.Start or other
methods) as a modal window? Meaning, I dont want the C# form that
started the process to become "current" untill the started process is
closed.

Thanks in advance.
Any help is greatly apreciated.
Nick Z.

推荐答案





这篇关于开始一个过程......的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 12:43
查看更多