
Dissecting table data from HTML, and putting it into a ListView Control. You can do anything you want with this data, and you can setup the screen to automated many different web pages, to harvest data directly into your ListView control. Saving the data is another thing, I didn't set it up, but it's very easy to figure out.
Inputs
If you use this on a different web page, please be sure to set your columns correctly. Customize your Listview, or remove it and download the data directly to INI or text files, or store it in a database. The code is only supported as is.
Returns
Data into ListView control from Web Browser Control's HTML Tables.
Side Effects
Not 100% supported, you have to feel your way around with this code.