I have a *.htm file on disk containing data in tables that I wish to read into VB without parsing through all the tags. Isn't there a control or some public domain routines that will do this?
There was an article a while back that described using the webbrowser control or mshtml.dll or something, and you loaded the html into it and then using the DOM you could traverse down to web page elements like tables and extract stuff like you're talking about.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.