G
Guest
Can you teache me how to use this event as follows
I have no idea about this
There are not any example codes shown in MSDN on-line document
Thanks in advance
ps.Maybe navigatecomplete2 event can do the same thing, but
I still cannot figure out how to use this method too.
MSDN on-line document
DWebBrowserEvents2:ocumentComplete Even
Fires when a document has been completely loaded and initialized
Synta
void DocumentComplete( IDispatch* pDisp
VARIANT* UR
)
Parameter
pDis
[in] Pointer to the IDispatch interface of the window or frame in which the document has loaded. This IDispatch interface can be queried for the IWebBrowser2 interface.
UR
[in] Pointer to a VARIANT structure of type VT_BSTR that specifies the URL, Universal Naming Convention (UNC) file name, or pointer to an item identifier list (PIDL) of the loaded document.
Return Valu
No return value.
I have no idea about this
There are not any example codes shown in MSDN on-line document
Thanks in advance
ps.Maybe navigatecomplete2 event can do the same thing, but
I still cannot figure out how to use this method too.
MSDN on-line document
DWebBrowserEvents2:ocumentComplete Even
Fires when a document has been completely loaded and initialized
Synta
void DocumentComplete( IDispatch* pDisp
VARIANT* UR
)
Parameter
pDis
[in] Pointer to the IDispatch interface of the window or frame in which the document has loaded. This IDispatch interface can be queried for the IWebBrowser2 interface.
UR
[in] Pointer to a VARIANT structure of type VT_BSTR that specifies the URL, Universal Naming Convention (UNC) file name, or pointer to an item identifier list (PIDL) of the loaded document.
Return Valu
No return value.