System.Diagnostics.ProcessStartInfo Info = new System.Diagnostics.ProcessStartInfo();
Info.WindowStyle =System.Diagnostics. ProcessWindowStyle.Minimized;
Info.UseShellExecute=true;
Info.FileName="IEXPLORE.EXE";
System.Diagnostics.Process p=System.Diagnostics.Process.Start(Info);
Info.WindowStyle =System.Diagnostics. ProcessWindowStyle.Minimized;
Info.UseShellExecute=true;
Info.FileName="IEXPLORE.EXE";
System.Diagnostics.Process p=System.Diagnostics.Process.Start(Info);