Code:
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Dim PageElements As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName("a")
For Each CurElement As HtmlElement In PageElements
TextBox3.Text = TextBox3.Text & CurElement.GetAttribute("href") & Environment.NewLine
Next
End Sub
Code:
http://likenation.com/p.php?p=youtube&vid=1217
http://likenation.com/p.php?p=youtube&vid=1216
http://likenation.com/p.php?p=youtube&vid=1188
http://likenation.com/p.php?p=youtube&vid=953
if any ideas please post thanks in advance