
15th March 2008, 07:57 PM
|
|
Junior Member
|
|
Join Date: Mar 2008
Posts: 1
Credits: 0
|
|
Is there a way to parse an html file from url in VB 2ki8?
I know it is easy to use a webbrowser control to display a url, however I want to take a data table from a web page and collect it into a table control. The nature of the data being scraped is a subset of a largeer matrix that I want to combine to perform analysis on. The pages themselves are server generated subsets of the total rows of a much larger table. I want to programatically cycle through each page and append the rows of the table found to a table control in VB 2008.
|