摘要:
枚举所有iframe的IWebBrowser2// Get the IDispatch of the document.//LPDISPATCH lpDisp = NULL;lpDisp = m_webBrowser.GetDocument();if (lpDisp){ IOleContainer* pContainer; // Get the container. // HRESULT hr = lpDisp->QueryInterface(IID_IOleContainer, (void**)&pC... 阅读全文
posted @ 2013-06-24 19:35
dlbrant
阅读(2916)
评论(0)
推荐(0)
浙公网安备 33010602011771号