Results 1 to 2 of 2

Thread: How can I get my program to download and read a TXT file from the internet?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 1999
    Location
    Lindenwold, NJ, USA
    Posts
    67

    Post

    How can I get my program to download and read a TXT file from the internet?
    HELP!!!!
    Frankie Weindel
    VB 6 Learning Edtion SP3

  2. #2
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527

    Post

    try this:

    Code:
    Inet1.Execute, _ 
    "GET http://www.mysite.com/Disclaimer.txt c:\Temp\Disclaimer.txt"
    try that ok

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width