Im using AxWebBrowser web control to display a web page in my form:

axview.Navigate("http://www.sample.com")
my_nextfunction()


How can I have the web page Im calling to be fully loaded before the my_nextfunction() is called?