Home All Groups Group Topic Archive Search About

AxSHDocVw.AxWebBrowser events

Author
8 Sep 2006 7:49 AM
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.

Author
9 Sep 2006 4:53 AM
Cor Ligthert [MVP]
GS,

No it is AFAIK downloadcomplete

NavigateComplete tells that it is navigated to that URL

http://windowssdk.msdn.microsoft.com/en-us/library/ms629282.aspx

I hope this helps,

Cor

Show quoteHide quote
"GS" <gsmsnews.microsoft.co***@msnews.Nomail.com> schreef in bericht
news:uKF6Utx0GHA.1256@TK2MSFTNGP02.phx.gbl...
> 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.
>
>
Author
9 Sep 2006 6:13 PM
GS
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.
Show quoteHide quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message
news:O3Okpu80GHA.4772@TK2MSFTNGP03.phx.gbl...
> GS,
>
> No it is AFAIK downloadcomplete
>
> NavigateComplete tells that it is navigated to that URL
>
> http://windowssdk.msdn.microsoft.com/en-us/library/ms629282.aspx
>
> I hope this helps,
>
> Cor
>
> "GS" <gsmsnews.microsoft.co***@msnews.Nomail.com> schreef in bericht
> news:uKF6Utx0GHA.1256@TK2MSFTNGP02.phx.gbl...
> > 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.
> >
> >
>
>
Author
10 Sep 2006 6:56 AM
GS
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?

Show quoteHide quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message
news:O3Okpu80GHA.4772@TK2MSFTNGP03.phx.gbl...
> GS,
>
> No it is AFAIK downloadcomplete
>
> NavigateComplete tells that it is navigated to that URL
>
> http://windowssdk.msdn.microsoft.com/en-us/library/ms629282.aspx
>
> I hope this helps,
>
> Cor
>
> "GS" <gsmsnews.microsoft.co***@msnews.Nomail.com> schreef in bericht
> news:uKF6Utx0GHA.1256@TK2MSFTNGP02.phx.gbl...
> > 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.
> >
> >
>
>