I want to open Internet Explorer from C# Application - How to do this?

A

Anand Ganesh

I have an .html file which I have to Launch from my C# application. I want
to open Internet Explorer and show that .html file in it. Can anyone please
suggest how to do this?

Thanks for your time

Regards
Anand Ganesh
 
F

Frans Bouma

I have an .html file which I have to Launch from my C# application. I want
to open Internet Explorer and show that .html file in it. Can anyone please
suggest how to do this?

Thanks for your time

System.Diagnostics.Process.Start("myURL here");

FB
 

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

Top