Hi,

Does anybody know what is the event for webbrowser object which indicates that the entire page has been downloaded completely?

I've tried using document_complete, download_complete, and navigate_complete2, but all these events fire more than once during the download of the web page.

Thanks.