0
kicks
VB.Net Web Page Link Grabber
There are several ways to get all the links in a web page document. But I like this approach because of its simplicity and straight forward implementations. The rest of the approaches are like text processing with regular expressions. But for this approach a little knowledge of HTML and WebBrowser control is necessary