I need a way to check how many bytes have been downloded.
The main idea is to know what is the size of a web page ( including all the pic's and app's ) after my IE ( the one i hooked im my program ) had finished browsing to it.
Printable View
I need a way to check how many bytes have been downloded.
The main idea is to know what is the size of a web page ( including all the pic's and app's ) after my IE ( the one i hooked im my program ) had finished browsing to it.
In IE:
File --> Save As --> Change type to "Web Archive" --> Save it --> Examine the file size
The web archive puts the entire page into one neat little file. Then just check the size to see how big the page is. This only works if you have Outlook Express installed, otherwise you can just save the complete page and measure the HTML page size plus the supporting files sizes