Re: How to ensure that web page is loaded completely?



You could try listenning to the events on the IHTMLDocument2 interface
itself. Hook up to the IPropertyNotifySink::OnChanged() event and wait
for the readystate to be complete. The WalkAll sample shows how to do
this.

.