Launching IE from a Winform

  • Thread starter Thread starter Brent Stevenson
  • Start date Start date
B

Brent Stevenson

DOtNEt newbie. How do you launch an IE Browser from a winform?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top