Tutorials Navigation
[VB.NET] Opening external programs / Links
Tutorial Name: [VB.NET] Opening external programs / Links
Category: PC Tutorials
Submitted By: PMSL
Date Added:
Comments: 1
Views: 1,082
Related Forum: PC Building Forum
Share:
Step 1 : Create a project and add 1 button
Step 2: Double click the button and type in :
system.diagnostics.process.start("")
Step 3 : In-between the speech marks enter your link
Thats it, now just run the tool and click the button.
If you want to run a program then in the speech marks, enter the Location of the program as shown below.
Ratings
Comments
MajPosted:
You're method is correct yes, however you're only supposed to use system.diagnostics when opening things such as CMD or Other system applications.
For regular applications, simply use Process.Start("Location")
For regular applications, simply use Process.Start("Location")
Related Tutorials
- 01. Emulating Xbox 360 on PC for Running COD4 With Mods(3,497)
- 02. How to: Matrix Numbers | Batch File(1,905)
- 03. How to Password Protect Files on Windows(857)
- 04. How to play Socom 2/3/ and Combined Assault on PC(6,735)
- 05. Modern Warfare 2 Vac Ban Bypass Tutorial(6,138)
- 06. How to embed an image on TheTechGame(3,100)
- 07. [PC] NIOH 2 OTHER USER SAVE RESIGN(12,992)
- 08. Host bot lobbies! Full Tutorial!(11,286)
- 09. Unban yourself [Plutonium BO2](14,243)
- 10. Fall Guys - How to Change Your Name Color on Fall Guys(8,387)
- 11. Best Crosshair Settings for Valorant(6,529)
- 12. Othercide The Surgeon Boss Guide(2,544)
- 13. Othercide Remembrances Unlock Guide(4,467)
- 14. Othercide Beginners Tips and Tricks(2,711)
- 15. How to Fix Grounded Crashes, Loading Time, Low FPS and Other(4,847)
"[VB.NET] Opening external programs / Links" :: Login/Create an Account :: 1 comment