N
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
used to use:
text = webbrowser1.Document.body.innertext
Wondering how to do that in VB .NET