Nov 2nd, 2004, 04:25 AM
#1
Thread Starter
PowerPoster
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
Last edited by lintz; Mar 13th, 2006 at 10:00 PM .
Dec 20th, 2004, 10:27 AM
#2
Member
Re: Download File Using Inet With Progress Bar
Where the code or the download???
Aug 14th, 2009, 02:32 PM
#3
Member
Re: Download File Using Inet With Progress Bar
Thanks For Share. ReaLLy Thanks So Much :=)
Jul 24th, 2010, 09:55 AM
#4
New Member
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!
Jul 24th, 2010, 08:38 PM
#5
Thread Starter
PowerPoster
Re: Download File Using Inet With Progress Bar
Before you click the button to download check if the file exists..
vb Code:
If Dir$(NameOfFileToDownloadExists) <> "" Then
'File exits and don't download file
Exit Sub
End If
Aug 5th, 2011, 06:17 PM
#6
Addicted Member
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
Forum Rules
Click Here to Expand Forum to Full Width