Re: How to check for scroll bars in web browser object?
- From: "Brett" <no@xxxxxxxx>
- Date: Mon, 4 Apr 2005 16:51:02 -0400
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@xxxxxx> wrote in message
news:ezTL8DVOFHA.2348@xxxxxxxxxxxxxxxxxxxxxxx
> "Brett" <no@xxxxxxxx> schrieb:
>> I'm using the web browser object: SHDocVw.dll. I do this in form Load()
>>
>> Me.AxWebBrowser1.Navigate("http://www.abc.com/")
>>
>> Sometimes when a website loads, it causes horizontal or vertical scroll
>> bars in the web browser window. How can I detect these? I'm assuming
>> they will be completely run time since they do not appear until after the
>> webpage loads.
>
> The scrollbars are part of the document which is shown inside the control.
> You can remove them in the 'DocumentComplete' event using
> 'Me.WebBrowser1.Document.body.scroll = "no"'.
>
The above line gives a run-time error because intellisense doesn't show
anything after document.
I'm trying to set a certain width and detect if the webpage has gone past
that width. I can set my form to say 800 width. If the webpage is wider,
it will scroll out of viewing area tothe right, as the web browser object
seems to grow dynamically. It will grow past the form width depending on
the web page. How can I check for that?
Thanks,
Brett
.
- References:
- How to check for scroll bars in web browser object?
- From: Brett
- Re: How to check for scroll bars in web browser object?
- From: Herfried K. Wagner [MVP]
- How to check for scroll bars in web browser object?
- Prev by Date: Re: Programmable breakpoints?
- Next by Date: Re: Draw Line of Form?
- Previous by thread: Re: How to check for scroll bars in web browser object?
- Next by thread: Cannot change columns in datagrid when viewing child records
- Index(es):
Relevant Pages
|