M
Mufasa
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.
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.