Launching IE from a Winform

  • Thread starter Thread starter Brent Stevenson
  • Start date Start date
Process.Start("iexplore.exe");

--
===============================
try
{
Linux (any version)
}
catch
{
Format (mainHardDisk)
Install (Windows2000/XP/2003)
}
// You know you want to !!!

John Young
 
Your sig rocks!
John Young said:
Process.Start("iexplore.exe");

--
===============================
try
{
Linux (any version)
}
catch
{
Format (mainHardDisk)
Install (Windows2000/XP/2003)
}
// You know you want to !!!

John Young
 
Thanks.

What if you wanted to use the users default browser rather than IE?

Brent
 
:-)) Thanks. I was drunk when I thought of it... lol

--
===============================
try
{
Linux (any version)
}
catch
{
Format (mainHardDisk)
Install (Windows2000/XP/2003)
}
// You know you want to !!!

John Young
 
Back
Top