PC Review


Reply
Thread Tools Rate Thread

data size in webBrowser component help...

 
 
trint
Guest
Posts: n/a
 
      16th Feb 2007
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

 
Reply With Quote
 
 
 
 
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
Posts: n/a
 
      16th Feb 2007
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
>
>

 
Reply With Quote
 
trint
Guest
Posts: n/a
 
      16th Feb 2007
On Feb 16, 2:16 pm, Peter Bromberg [C# MVP]
<pbromb...@yahoo.yabbadabbadoo.com> 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?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Extending WebBrowser component martin Microsoft Dot NET Framework Forms 0 3rd Dec 2008 04:50 PM
CHM file and webbrowser component Martin Fink Microsoft Dot NET Framework Forms 0 8th Aug 2006 07:59 PM
WebBrowser component question Ubergeek Microsoft C# .NET 0 26th Feb 2006 11:08 AM
WebBrowser Component Roman Microsoft Dot NET Framework 2 10th Mar 2004 09:54 PM
WebBrowser component RC Microsoft Dot NET Framework Forms 2 8th Jul 2003 10:07 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:24 AM.