using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Data;using System.Text;using System.Windows.Forms;using System.Diagnostics;using System.Runtime.InteropServices;using System.IO;using System.Drawing.Design; namespace HCDL{ public class ShowForm { //------------------- //Action
PS:以前是3.5版本。现在改成2.0也能用的了
用法
ShowForm Sf = new ShowForm(this, "仅供内部使用" + System.Guid.NewGuid().ToString()); ProxHandle= Sf.Start(Application.StartupPath + "\\ProxyThorn.exe");
原帖地址: