A
Anil Gupe/keen inc.
I used the following to create a new Web Browser Control
Dim WithEvents webBrowserContent As New AxSHDocVw.AxWebBrowser
It works fine for some things for example
webBrowserContent.Navigate(url) works. However, the DocumentComplete,
NavigateComplete2 and a couple of other events I tried do not trigger when
the user navigates in that WebBrowser Control - what am I doing wrong?
Thanx,
Dim WithEvents webBrowserContent As New AxSHDocVw.AxWebBrowser
It works fine for some things for example
webBrowserContent.Navigate(url) works. However, the DocumentComplete,
NavigateComplete2 and a couple of other events I tried do not trigger when
the user navigates in that WebBrowser Control - what am I doing wrong?
Thanx,