Hi,
I am wondering if there is a way to monitor a file's download progress.
Since MsgPlus.DownloadFile() can't do this, I am looking for other ways to download a file, perhaps even with an XMLHTTP request (but there's probably some function in the Windows API, that's unknown to me
).
So, is there any way to monitor download progresses as IE and FireFox do?
Thanks in advance.