As part of a larger solution, I need to detect if any of the running browser instances (IE, FF and Chrome) have my web page currently open. If so, I need to redirect that browser to a different URL within my site.
I'm currently planning to do some PInvoke/Win32 to achieve this; e.g. enumerating through all windows, detecting a browser and then grabbing the address bar and GO button windows to achieve my target, but was wondering if there's an easier route.