i have webbrowser1's scrollbars disabled.
i want it to scroll to the bottom of the document immediately after it loads.
how do i do this?
thanks.
Printable View
i have webbrowser1's scrollbars disabled.
i want it to scroll to the bottom of the document immediately after it loads.
how do i do this?
thanks.
bump
bump
(sigh)
this is my last bump!
I'm not familiar with the webbrowser control, but can you pass javascript commands to the page? Then do something like
javascript:scroll(0,500);