如何在EEP Window Form內呼叫IE並將HTTP位址字串傳入,以跳出IE來連結WEB?
using System.Diagnostics;
string url = "http://www.infolight.com.tw";
Process.Start("iexplore.exe", url);