Hey,
How do I get text stored in a text document from a website?
I know it is possible, just dont know how.
Thanks,
Jessee
Printable View
Hey,
How do I get text stored in a text document from a website?
I know it is possible, just dont know how.
Thanks,
Jessee
Create a WebClient and call DownloadString. You will then have a String object containing the text of the file, so you can then treat it like any other String.
Ty :D
So much easier than in VB6.