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??
Printable View
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??
Where the code or the download???
Thanks For Share. ReaLLy Thanks So Much :=)
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! :)
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
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.