In VB.NET (2003), how do I view a web page, view the source, strip out all the “a href=”‘s and their descriptions is available and then write to an external file the orginal URL and title followed by the stripped “a href” and its description.
I would appreciate the code to do this, for then I may learn by deconstructing the result for other purposes.
I am new to VB.NET and programming in general, as I’m trying to cross over from system administration.