Visual Basic 2008 Help
Ok, so i made a button with a name, for my next release :P
and it says "MPGH" I want mpgh.net to open up when i press that.
How can i do that?
ps im new to visual basic. just started 5 hours ago.
Add This Inbetween The Button Code.
System.Diagnostics.Process.Start("http://www.yourwebsite.com")