Hi,
I have questions about WebBrowser control (AxSHDocVw.AxWebBrowser). I wonder whether it is possible to capture the new URL when the user clicks on a HTML link, to process or validate the new URL, and to prevent or allow the browser control to proceed.
The problem is that AxSHDocVw.AxWebBrowser.LocationURL only shows the current URL. I am trying to capture the incoming URL before the browser actually download the new URL.
Any help or insight is appreciated. Thanks.
I have questions about WebBrowser control (AxSHDocVw.AxWebBrowser). I wonder whether it is possible to capture the new URL when the user clicks on a HTML link, to process or validate the new URL, and to prevent or allow the browser control to proceed.
The problem is that AxSHDocVw.AxWebBrowser.LocationURL only shows the current URL. I am trying to capture the incoming URL before the browser actually download the new URL.
Any help or insight is appreciated. Thanks.