G Guest Jul 19, 2006 #1 hi, is there any way to scroll the web browser to the bottom of the document? thanks
A Aristotelis Pitaridis Jul 19, 2006 #2 I had the same problem but I did not find a way to do it. Aristotelis
N nime Jul 20, 2006 #3 DOM methos is scrollBy, however VB.NET doesn't support. Try WebBrowser1.Document.Window.scrollBy(0,50) I think it scrolls main frame...
DOM methos is scrollBy, however VB.NET doesn't support. Try WebBrowser1.Document.Window.scrollBy(0,50) I think it scrolls main frame...
N nime Jul 20, 2006 #4 Try WebBrowser1.Document.Window.scrollBy(0,50) Click to expand... Ops: Should be .ScrollTo