Home All Groups Group Topic Archive Search About

WebBrowser control scrolling

Author
19 Jul 2006 3:43 PM
iwdu15
hi, is there any way to scroll the web browser to the bottom of the document?
thanks
--
-iwdu15

Author
19 Jul 2006 6:38 PM
Aristotelis Pitaridis
I had the same problem but I did not find a way to do it.

Aristotelis

Show quoteHide quote
Ï "iwdu15" <jmmgoalsteratyahoodotcom> Ýãñáøå óôï ìÞíõìá
news:DE0BF0E4-DDCB-4B1F-89C9-5BB1FC300C8D@microsoft.com...
>
> hi, is there any way to scroll the web browser to the bottom of the
> document?
> thanks
> --
> -iwdu15
Author
20 Jul 2006 2:51 PM
nime
DOM methos is scrollBy, however VB.NET doesn't support.
Try WebBrowser1.Document.Window.scrollBy(0,50)

I think it scrolls main frame...


Show quoteHide quote
"Aristotelis Pitaridis" <pitari***@hotmail.com> wrote in message news:1153330561.314702@athnrd02...
>I had the same problem but I did not find a way to do it.
>
> Aristotelis
>
> Ï "iwdu15" <jmmgoalsteratyahoodotcom> Ýãñáøå óôï ìÞíõìá news:DE0BF0E4-DDCB-4B1F-89C9-5BB1FC300C8D@microsoft.com...
>>
>> hi, is there any way to scroll the web browser to the bottom of the document?
>> thanks
>> --
>> -iwdu15
>
>
Author
20 Jul 2006 6:15 PM
nime
> Try WebBrowser1.Document.Window.scrollBy(0,50)

Ops:  Should be .ScrollTo