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?
Printable View
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?
Hi,Quote:
Originally Posted by phutie
See this link about waiting to load a webpage;
http://www.vbforums.com/showthread.p...webpage+loaded
I think you'll find your answer there.
Wkr,
sparrow1