just put this under the click event
Code:Dim webAddress As String = "https://www.mpgh.net" 'change to whatever website you like Process.Start(webAddress)
just put this under the click event
Code:Dim webAddress As String = "https://www.mpgh.net" 'change to whatever website you like Process.Start(webAddress)
CounterAct (11-14-2009)