How to Create a Any Page Web Scraper in Visual Basic
Introduction:
Welcome to a tutorial on how to make a visual basic program which will scrape between two given points from a given page and create a list of output.
Pre-Creation:
My form will have:
Textbox1 Extract From
Textbox2 Extract To
Textbox3 Page to extract from
Button1 Begin extraction
Steps of Creation:
Step 1:
First we want some imports and a function.