Control the scrolling of the webbrowser control

xiaoxiao2021-03-06  75

IHTMLDocument2 * pdocument = (htmldocument2 *) m_browser.get_document ();

IHTMLWindow2 * Pwindow;

PDocument-> Get_ParentWindow;

PWindow-> Scrollby (30, 0);

转载请注明原文地址:https://www.9cbs.com/read-121196.html

New Post(0)