控制WebBrowser控件的滚动
IHTMLDocument2 *pDocument=(IHTMLDocument2*)m_browser.get_Document ();
IHTMLWindow2 *pWindow;
pDocument->get_parentWindow (&pWindow);
pWindow->scrollBy (30,0);
IHTMLDocument2 *pDocument=(IHTMLDocument2*)m_browser.get_Document ();
IHTMLWindow2 *pWindow;
pDocument->get_parentWindow (&pWindow);
pWindow->scrollBy (30,0);