在win32中有ShellExecute方法可以使我们启动外部的应用程序,在 .NET FrameWork 中我们可以使用Process类来完成类似的功能。
Process在System.Diagnostics中,所以别忘了:using System.Diagnostics;
第一种:









第二种:











第三种:











在win32中有ShellExecute方法可以使我们启动外部的应用程序,在 .NET FrameWork 中我们可以使用Process类来完成类似的功能。
Process在System.Diagnostics中,所以别忘了:using System.Diagnostics;
第一种:
第二种:
第三种: