Drstein99
Junior Contributor
I'm using a webbrowser object to scan the entire text on a range of website's for specific keywords (from a list of items in a listbox).
I use "webbrowser1.document.innertext" as the text to scan.
I'm having trouble figuring out what event is called when the page is OFFICIALLY done loading. There is a downloadComplete event, and a documentComplete event... I'm a little lost.
My question is:
What event should I be using, to signal that the webbrowser.navigate("url") process is completely done loading?
I use "webbrowser1.document.innertext" as the text to scan.
I'm having trouble figuring out what event is called when the page is OFFICIALLY done loading. There is a downloadComplete event, and a documentComplete event... I'm a little lost.
My question is:
What event should I be using, to signal that the webbrowser.navigate("url") process is completely done loading?