Re: data size in webBrowser component help...

Tech-Archive recommends: Fix windows errors by optimizing your registry



On Feb 16, 2:16 pm, Peter Bromberg [C# MVP]
<pbromb...@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
If there is, it wouldn't be on the WebBrowser control, it would be on the
Document object that represents what is loaded (such as .Length, if there is
such a property).
Otherwise you would have to get the InnerHtml of the document and compute
it's length.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net



"trint" wrote:
Is there a way to know the size of the page loaded into a webbrowser
component?

like:

webBrowser1.sizeofpageloaded ?
Any help is appreciated.
Thanks,
Trint- Hide quoted text -

- Show quoted text -

How can I get the size please?

.