Hi, I am using a webbrowser and the MS HTML Object library to add the links of a site to a listbox on my form. The problem is that I need to know what the text of the hyperlink is. I already know how to get the URL of the link with the HTML Object library but is there an easy way to get the text that it is linked with.
eg:
HTML Code:
<a href="http://www.google.com">Google Is Here</a>
I want to get the text "Google Is Here".