F
foldface
Hi
I'm using the AxWebBrowser1 control. I use the
event DocumentComplete to tell when a document has downloaded
which works fine, except when thw web page does something
like this:
HttpContext.Current.Response.Redirect(url, true);
I can't seem to find an event on the AxWebBrowser1 control that fires
in this case.
I could setup a heartbeat thread to detect when the page changes
but thats a hack fix, is there a good way of doing this?
ta
f
I'm using the AxWebBrowser1 control. I use the
event DocumentComplete to tell when a document has downloaded
which works fine, except when thw web page does something
like this:
HttpContext.Current.Response.Redirect(url, true);
I can't seem to find an event on the AxWebBrowser1 control that fires
in this case.
I could setup a heartbeat thread to detect when the page changes
but thats a hack fix, is there a good way of doing this?
ta
f