Web Browser Control - Status

Lanc1988

Contributor
Joined
Nov 27, 2003
Messages
508
I have a web browser control on my form and a listbox where the user can select an item and it will load a webpage into the browser. I would like when the user clicks an item in the list a label will say "Loading" and when the page has loaded it disappears again but I don't know how to code the part to make it disappear when it finishes loading.
 
kinda found what i needed.. tried to delete the post but it wont let me.. anyway since i cant delete it, what are the differences between these:

NavigateComplete2
DocumentComplete
 
Back
Top