grazie mille per le risposte,i per il pazzo, non riesco a farlo funzionare
Praticamente il sito in questione è www.junodownload.com, questo è il codice che ho scritto fino ad ora:

codice:
 Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click         Form2.WebBrowser1.Navigate("http://www.junodownload.com/artists/Andrea+Roma/tracks/")         
Form2.Show()     
End Sub   
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click         
Form2.WebBrowser1.Navigate("http://www.junodownload.com/artists/Federico+Milani/tracks/")         
Form2.Show()     
End Sub     
Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click         
Form2.WebBrowser1.Navigate("http://www.junodownload.com/minimal-tech-house/charts/bestsellers/this-week/tracks/")         
Form2.Show()     
End Sub      
Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button6.Click         
Form2.WebBrowser1.Navigate("http://www.junodownload.com/techno/charts/bestsellers/this-week/tracks/")         
Form2.Show()     
End Sub     
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click         
Form2.WebBrowser1.Navigate("http://www.junodownload.com/artists/Dandi+Ugo/tracks/")         
Form2.Show()     
End Sub     
 Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click         
Form2.WebBrowser1.Navigate("http://www.junodownload.com/artists/Alberto+Fracasso/tracks/")        
Form2.Show()     
End Sub

e ogni link che apre su junodownload vorrei che leggesse i vari titoli dell artista e li mettesse in una listbox, solo che non saprei propio come fare.
Grazie anticipatamente