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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top