how exactly do you mean "hyperlink to a button" ? Are you able to explain a bit further so we can better assist you?
Are you asking on how to make a hyperlink that when clicked on will launch a link to say, a website?
If this is a WIndows Form you can do the following:
Create a Linklabel from the tool box.
Add it's click event:
Private
Sub LinkLabel1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles LinkLabel1.ClickcbGo.PerformClick()
End Sub
Then it's simply ButtonName.PerformClick