System.Diagnostics.Process p = new System.Diagnostics.Process();
p.StartInfo.CreateNoWindow = false;
p.StartInfo.UseShellExecute = true;
p.StartInfo.FileName = "iexplore";
p.StartInfo.Arguments = " http://freeqqm.qq.com/?ADUIN=0&ADSESSION=0&ADTAG=CLIENT.QQ.1791_LoginWindow.0";
p.Start();
p.Dispose();
p.StartInfo.CreateNoWindow = false;
p.StartInfo.UseShellExecute = true;
p.StartInfo.FileName = "iexplore";
p.StartInfo.Arguments = " http://freeqqm.qq.com/?ADUIN=0&ADSESSION=0&ADTAG=CLIENT.QQ.1791_LoginWindow.0";
p.Start();
p.Dispose();