Results 1 to 6 of 6

Thread: Download File Using Inet With Progress Bar

  1. #1

    Thread Starter
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Download File Using Inet With Progress Bar

    This project allows you to use the Inet control to download files from the Internet with a progress bar.

    Not sure where the original attachment got to??
    Attached Files Attached Files
    Last edited by lintz; Mar 13th, 2006 at 10:00 PM.

  2. #2
    Member
    Join Date
    Dec 2004
    Location
    The Netherlands
    Posts
    41

    Question Re: Download File Using Inet With Progress Bar

    Where the code or the download???

  3. #3
    Member
    Join Date
    Sep 2008
    Location
    Turkey
    Posts
    37

    Re: Download File Using Inet With Progress Bar

    Thanks For Share. ReaLLy Thanks So Much :=)

  4. #4
    New Member
    Join Date
    Jul 2010
    Posts
    2

    Re: Download File Using Inet With Progress Bar

    hi how can i code this that if a file is downloaded already or if the file that is going to be downloaded is already existing on that location it will not download that file anymore! PLS HELP! i need this for my thesis project! TNX in advance! btw nc code!

  5. #5

    Thread Starter
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Re: Download File Using Inet With Progress Bar

    Before you click the button to download check if the file exists..

    vb Code:
    1. If Dir$(NameOfFileToDownloadExists) <> "" Then
    2.     'File exits and don't download file
    3.     Exit Sub
    4.     End If

  6. #6
    Addicted Member
    Join Date
    Nov 2010
    Posts
    161

    Re: Download File Using Inet With Progress Bar

    How would this code be modified to download HTML source and store it to a string instead of save it in a file?

    I tried doing it but I just get a bunch of "?" as the response.

    The normal "OpenURL" function returns incomplete responses for some of my users.

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