Copy text from website.
Posted
by VBeginner
on Stack Overflow
See other posts from Stack Overflow
or by VBeginner
Published on 2010-05-07T14:43:59Z
Indexed on
2010/05/07
14:48 UTC
Read the original article
Hit count: 203
vb.net
|visual-basic
So, I've been saving a .txt file from a website and using...
My.Computer.FileSystem.ReadAllText()
To put it into a string. But I figured it'd be more efficient to just grab it directly. How do I go about this?
Thank you.
© Stack Overflow or respective owner