Tutorials Navigation

Tutorials :: New :: Popular :: Top Rated

Tutorials: 18,326 Categories: 12

Total Tutorial Views: 41,379,624

VB.NET] Open Site when Tool opens

Tutorial Name: VB.NET] Open Site when Tool opens  

Category: PC Tutorials

Submitted By: PMSL

Date Added:

Comments: 1

Views: 854

Related Forum: PC Building Forum

Share:

Step 1: Create a project and double click anywhere on the form1, you should see this.

[ Register or Signin to view external links. ]


Step 2 : Enter The Following Code:

system.diagnostics.process.start("") <--- In speech marks enter your site

[ Register or Signin to view external links. ]


Now when you open your program the website will automatically open.

Ratings

Please take one second and rate this tutorial...

Not a Chance
1
2
3
4
5
6
7
8
9
10
Absolutely

Comments

"VB.NET] Open Site when Tool opens" :: Login/Create an Account :: 1 comment

If you would like to post a comment please signin to your account or register for an account.

KatsumiPosted:

Thanks for this. I'm dabbling in programming in my free time so this is great.