.NET 2.0, WebBrowser, accessing the ScrollBars?
- From: "Flip" <[remove_me]phenry_w@xxxxxxxxxxx>
- Date: Tue, 27 Sep 2005 11:44:36 -0400
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.
.
- Prev by Date: Calling a batch file in a Web Service using Process object, uses wrong user context.
- Next by Date: Slow form with multiple user controls redraw
- Previous by thread: Calling a batch file in a Web Service using Process object, uses wrong user context.
- Next by thread: Slow form with multiple user controls redraw
- Index(es):
Relevant Pages
|