Open a site in Internet Explorer

  • Thread starter Thread starter David
  • Start date Start date
D

David

Hello.
Can anybody tell me do I open any web page from my code in Internet
Explorer?
Or how can I just run any program from my code?
 
Hi David,

Try using

Process.Start("http://[web_page]");

It will launch the default web browser. Basically Process.Start will enable you to launch any program.
 

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