Reading a html page source
am 12.04.2008 16:10:55 von tomHi,
I need to read data from abot 600 www.pages which are subpages of
one particular page, something like this:
for each SubPage in ParticularSuperWebPage
s as string = readSubPageAsHTMLSource(SubPage.URL)
myInfoResult as string = findInfo(s,myinfo)
file.writeIntoTextFile(myInfoResult)
next SubPage
Can this be done with VB net ? (I assume so)
Could you point me to the assemblies/namespaces where
there is such a function as s as string =
readSubPageAsHTMLSource(SubPage.URL)
Thanks
Tom