which event among the following is fired first when a page completes loading in a webbrowser control after i execute this statement
DocumentCompleteVB Code:
WebBrowser1.Navigate2 "some url"
DownloadComplete
NavigateComplete2
Printable View
which event among the following is fired first when a page completes loading in a webbrowser control after i execute this statement
DocumentCompleteVB Code:
WebBrowser1.Navigate2 "some url"
DownloadComplete
NavigateComplete2
Why not check it yourself.
Put a MessageBox in all the events and see which one displays first. :)
Actually, there may not be a perfect answer. :(
http://www.tech-archive.net/Archive/...4-06/0011.html