Home All Groups Group Topic Archive Search About
Author
16 Oct 2006 6:48 PM
Nate
Wondering how to read text from a web page.  Back in the day with vb 6 I
used to use:

text = webbrowser1.Document.body.innertext

Wondering how to do that in VB .NET

Author
17 Oct 2006 12:09 AM
rowe_newsgroups
Although I doubt it will work, have you tried upgrading the vb6 project
with the vb.net upgrade wizard? My prediction is that it will fail
miserably, but sometimes you get lucky :-)

Thanks,

Seth Rowe


Nate wrote:
Show quoteHide quote
> Wondering how to read text from a web page.  Back in the day with vb 6 I
> used to use:
>
> text = webbrowser1.Document.body.innertext
>
> Wondering how to do that in VB .NET