AxSHDocVw.AxWebBrowser events

  • Thread starter Thread starter GS
  • Start date Start date
G

GS

the documentcomplete and NavigateComplete2 in AxSHDocVw.AxWebBrowser all
seem to fire per frame.

Is there a way to catch when the page is totally completed including
frames.?

in some other implementation there is something like navigatecomplete2. to
catch only when everything is rendered and complete
I was expecting NavigateComplete2 to work.
 
thx, but I am still confused. the links says
Unlike NavigateComplete or NavigateComplete2, which are fired only when a
URL is successfully navigated to, this event is always fired after a
navigation ***starts***.


I am concerned their wording of after aviation starts instead of completed.


Nonetheless I will give it a shot.
 
navigatecomplete gets unfortunately fired before the page is rendered

Is there something else that is final after the page and all frames are
rendered?
or is there something I can check if the browser is ready?
 
Back
Top