Connecting Tech Pros Worldwide Help | Site Map

Browser Object - NavigateComplete2 event.

Mufasa
Guest
 
Posts: n/a
#1: May 23 '07
So I've got web pages that are going to be loaded that take a little while
to load. Rather than having somebody sitting there staring at nothing while
the page loads, I'd like to put up something and when the page finishes
loading, show them the entire page.

Would this be accomplished with the NavigateComplete2 event? So I'd put
whatever I need on the screen, tell the browser object to load the object
without it being visible, and then trap the NavigateComplete2 event so that
when it happens I then would make the browser object visible.

Is this right? Does it make sense?

TIA - Jeff.


=?Utf-8?B?Um9iS2lubmV5MQ==?=
Guest
 
Posts: n/a
#2: May 23 '07

re: Browser Object - NavigateComplete2 event.


What web browser object are you using? The default one found in the toolbox
or the IE instance? Its different for each.

Rob
=?Utf-8?B?Um9iS2lubmV5MQ==?=
Guest
 
Posts: n/a
#3: May 24 '07

re: Browser Object - NavigateComplete2 event.


"Mufasa" wrote:
Quote:
So I've got web pages that are going to be loaded that take a little while
to load. Rather than having somebody sitting there staring at nothing while
the page loads, I'd like to put up something and when the page finishes
loading, show them the entire page.
>
Would this be accomplished with the NavigateComplete2 event? So I'd put
whatever I need on the screen, tell the browser object to load the object
without it being visible, and then trap the NavigateComplete2 event so that
when it happens I then would make the browser object visible.
>
Is this right? Does it make sense?
Oh, I didn't read this correctly the first time. Yes, this is correct if
you are using the AxSHDocVw.AxWebBrowser object. Thats how I would do it
anyways :~]

Mufasa
Guest
 
Posts: n/a
#4: May 24 '07

re: Browser Object - NavigateComplete2 event.


Thanks Rob.

"RobKinney1" <mydigitalportal.net@gmail.com.NOSPAMPLEASEwrote in message
news:0AD662B6-95F2-475D-BE91-A8989A631F95@microsoft.com...
Quote:
"Mufasa" wrote:
>
Quote:
>So I've got web pages that are going to be loaded that take a little
>while
>to load. Rather than having somebody sitting there staring at nothing
>while
>the page loads, I'd like to put up something and when the page finishes
>loading, show them the entire page.
>>
>Would this be accomplished with the NavigateComplete2 event? So I'd put
>whatever I need on the screen, tell the browser object to load the object
>without it being visible, and then trap the NavigateComplete2 event so
>that
>when it happens I then would make the browser object visible.
>>
>Is this right? Does it make sense?
>
Oh, I didn't read this correctly the first time. Yes, this is correct if
you are using the AxSHDocVw.AxWebBrowser object. Thats how I would do it
anyways :~]
>

Closed Thread