is it possible to detect whether a page is being redirected to another page.i am using the webbrowser control.
right now iam using a timer and checking the webbrowser.locationURL and matching it with already known urls(the urls follow a sequence) it works if the connection is fast enough but takes a long time if the connection is too slow...
