[VB.NET] How to open default browser
To open default browser and makes it go to custom URL type in :
The "http://forum.logicalgamers.com/forum.php" can be replaced with your own URL
Examples for use:
On a button
mmouseHover image or url
System.Diagnostics.Process.Start("http://forum.logicalgamers.com/forum.php")The "http://forum.logicalgamers.com/forum.php" can be replaced with your own URL
Examples for use:
On a button
mmouseHover image or url