Z
Zytan
This page
http://www.codeproject.com/miscctrl/scrollbrowser.asp
claims it can be done like so, in VB (and thus C#, I presume):
m_browser.Document.Body.ScrollTop = 100;
But, this does not work. I've already tried sending WM_VSCROLL with
SB_BOTTOM, and it doesn't work. It must be possible, though.
Zytan
http://www.codeproject.com/miscctrl/scrollbrowser.asp
claims it can be done like so, in VB (and thus C#, I presume):
m_browser.Document.Body.ScrollTop = 100;
But, this does not work. I've already tried sending WM_VSCROLL with
SB_BOTTOM, and it doesn't work. It must be possible, though.
Zytan