Having trouble with real simple script

ok i am making a webbrowser application and i want to use del.icio.us as my favorites.
I am trying to make it to where when you click the Favorites button it takes you to del.icio.us.
Here is my code:

Private Sub Button8_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles favorites.Click

http://del.icio.us/ziph

End Sub

That looks good to me what the heck is wrong I am a noob at VB.



Answer this question

Having trouble with real simple script