Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

load webpage from windows application 1

Status
Not open for further replies.

warrickvdb

Programmer
Oct 7, 2003
13
ZA
I need to load a webpage from my desktop application.
What is the code to do this? (I need the code to run after clicking a button.)
 
What do you mean by load? Do you have a browser control on your form or are you wanting IE to open with a specific page displayed?


If it's the latter then:

System.Diagnostics.Process.Start("
Scott
Programmer Analyst
<{{><
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top