Re: IWebBrowser2 and html document with frames.



Does this mean that I need to create a separate object to sink the
event each time DocumentComplete event gets called?

Does the DispEventAdvise call increase the ref count on my object i.e.
let say I navigate from one page with 3 frames to another page with 3
frames, the objects that I used to the first time to sink the events do
they get managed automatically thru the the AddRef, Release mechanism?

Do we get a separate IWebBrowser2 object for each frame? How different
is it from the IWebBrowser2 object obtained in SetSite?

If these things are documented somewhere, can you point me to the link?
I looked up on MSDN, but could not find it

.