控制WebBrowser控件的滚动

类别:VC语言 点击:0 评论:0 推荐:
IHTMLDocument2 *pDocument=(IHTMLDocument2*)m_browser.get_Document ();
 IHTMLWindow2 *pWindow;
 pDocument->get_parentWindow (&pWindow);
 pWindow->scrollBy (30,0);

本文地址:http://com.8s8s.com/it/it731.htm