Link to home
Start Free TrialLog in
Avatar of simonrobinson
simonrobinson

asked on

Scroll a WebBrowser control

How can i scroll to the bottom of the page the web browser is currently showing, without clicking on the scrollbars? Something like clicking a button to scroll to the bottom of the current page.
ASKER CERTIFIED SOLUTION
Avatar of Brian Mulder
Brian Mulder
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of simonrobinson
simonrobinson

ASKER

Thanks bruintje, thats exactly what i need :o) One other thing though, i can make the scroll Y large enough to make the webpage get to the bottom, but is there a way to detect the length of a web page when using whe webbrowser control?
i'm not sure but you can try

WebbBrowser1.Document.All.length - 1
Thanks for your help, i'll try that :D
ok and thanks for the grade