|
-
Oct 3rd, 2010, 08:37 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Get text from text document stored on website
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
-
Oct 3rd, 2010, 09:36 AM
#2
Re: Get text from text document stored on website
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.
-
Oct 3rd, 2010, 06:46 PM
#3
Thread Starter
Addicted Member
Re: Get text from text document stored on website
Ty 
So much easier than in VB6.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|