It's better to use a Linklabel for this but the code is
This should open links in your default browser.Code:Private Sub LinkLabel1_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked System.Diagnostics.Process.Start("https://www.MPGH.net/") End Sub