Hi all,
I am building a simplified Internet Explorer that refreshes every X
seconds. For this purpose I am using wxIEHtmlWin, found in the demo. My only
problem until now is the EVT_MSHTML_DOCUMENTCOMPLETE event. The problem is
that "In the loading process, the highest level frame (which is not
necessarily the top-level frame) fires the final
DWebBrowserEvents2::DocumentComplete event" (taken from
http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/webbrows
er/reference/enums/refreshconstants.asp). I need to be able to identify the
"html frame" that fired the event (i need to distinguish between the
top-level frame and all the others). The question is how can I distinguish
between those frames?
Thanks in advance,
Ilia Kats