Hi,
Someone can tell me the way to know the Internet Explorer download status. (the file size, download progress, download complete.....)
Thanks
Printable View
Hi,
Someone can tell me the way to know the Internet Explorer download status. (the file size, download progress, download complete.....)
Thanks
I'm not sure if there is a direct way to do something like that. But what you could do is make a d/l meter that will monitor the # of bytes transfered durring a certain time...But the problem is that if you are surfing the net at the same time as you are downloading, your program will record wierd numbers because of the amount of information you are downloading from the sites.
Gl,
D!m
Sure, i just want to know when a download with internet explorer is complete. i think that possible : what about SHDocVw control ?
If you knew the caption to the download window, maybe you could use SendMessage to check if its still running. But I'm not sure if this'll actually work.
Sunny