摘要:比如说,你要点一下按钮,就访问google,那就拖个button出来,写入下代码,记得添加引用:using System.Diagnostics; private void button1_Click(object sender, EventArgs e) { Process myProcess = new Process(); myProcess.StartInfo.FileName = "ie...
阅读全文
posted @ 2006-12-25 13:10