摘要: 调用 IE: System.Diagnostics.Process myProcess = new System.Diagnostics.Process(); myProcess.StartInfo.FileName = "iexplore.exe"; myProcess.StartInfo.Arguments = " http://www.net0and1.com/"; myProcess.St... 阅读全文
posted @ 2010-11-01 19:10 farry 阅读(918) 评论(0) 推荐(0)