I am using URLDownloadToCa cheFile to download updates to my system. The
downloaded file(s) are packaged in a WinZip exe with a Boot program and a
Boot.ini describing the included files, messages, ect. The boot program is
execuated by WinZip and archives the older versions and copies the newer
version. Works very nice and runs hands free, except URLDownloadToCa cheFile
does not give the download progress. From the doc it looks like there is a
way to do this with a call back routine, but I have no idea how to implement
this in VB. An example would be great. I have built small program that runs
a progress bar, during the download, which is only for the entertainment of
the user and serves no other function. This is pretty transparent and even
offends my sensibilities.
Thanks in advance for any help.
Greg
downloaded file(s) are packaged in a WinZip exe with a Boot program and a
Boot.ini describing the included files, messages, ect. The boot program is
execuated by WinZip and archives the older versions and copies the newer
version. Works very nice and runs hands free, except URLDownloadToCa cheFile
does not give the download progress. From the doc it looks like there is a
way to do this with a call back routine, but I have no idea how to implement
this in VB. An example would be great. I have built small program that runs
a progress bar, during the download, which is only for the entertainment of
the user and serves no other function. This is pretty transparent and even
offends my sensibilities.
Thanks in advance for any help.
Greg
Comment