call web page from vb.net desktop application

nikhiljain27

Member
Joined
Nov 11, 2005
Messages
14
Programming Experience
1-3
I have to call a web site on click of button on vb.net button control. Plz. tell me how it could be done.
 
Run a new process and the website will display in default browser
VB.NET:
Process.Start("[URL="http://www.vbdotnetforums.com/"]http://www.vbdotnetforums.com/[/URL]")
 
Back
Top