.NET 2.0, WebBrowser, accessing the ScrollBars?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I would like to find out the height of a webpage in the WebBrowser. Is
there an easy C# API way to do this?

The easiest way I have found with the UI, is to make the control big enough
(anchor it and resize the parent form) and the scrollbars are disabled when
the whole HTML page is in focus. I would like to do that but
programmatically.

So far, I've found a C++ way to do this
(http://www.codeproject.com/miscctrl/scrollbrowser.asp). But I'm not C++
literate and would like to do this in C#. Any help/code samples would be
greatly appreciated.

Thank you.


.



Relevant Pages

  • VB6 WebBrowser
    ... I want to get some return value & string in URL & WebBrowser in our API. ... Prev by Date: ...
    (microsoft.public.vb.6.webdevelopment)
  • Website on a website.
    ... Does anyone know a way to run a webpage on a webpage like the WebBrowser ... control in vb.net? ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Website on a website.
    ... Does anyone know a way to run a webpage on a webpage like the WebBrowser ... control in vb.net? ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Web Browser/RSS Help
    ... Stuart McCall has an API on his site for a screen scrape of a webpage. ... Microsoft has a free XML parser that will aid in importing ...
    (microsoft.public.access.modulesdaovba)
  • Re: WebBrowser component in VB
    ... > I would like to know if is possible to use VB6 to get information from> a webpage using the WebBrowser component. ... You can grab the entire web page, place it in a string and parse out the parts you need. ...
    (microsoft.public.vb.general.discussion)