
Monitor amount of data download from internet explorer
On Tue, 11 Feb 2003 23:42:42 -0800, "John Tan"
I am after a similar thing. I want to be able to monitor the files and
file size of data being d/l through inet explorer.
Iv'e been toying with the idea of writing a port remapper. EG, remap
prot 80 to my program and see if i can pull file names & sizes from
there. hmmm dunno if this would work, but i'll test it :)
For this to work i dunno if my prog would hijack port 80 and therefor
stop all inet browsing. I just wantto listen into port 80 and see if i
can pull the info i need.
Jim..
Quote:
>Hi,
>I am doing a project that needs to monitor the amount of
>data download from the internet explorer eg
>when I use a dial-up connection, I am able to find out the
>duration and number of bytes of data by clicking on the
>connection icon on the system track.
>Is there any API or dll there can do this??
>Thanks
>Regards
>John