Is there a way to control Internet Explorer windows that are already open I'm already able to use the IE object to create new windows and navigate to pages etc but want to be able to re-use any currently open windows.
The reason behind this is that a program we use requires the user to login via some JSP pages and then they are able to navigate around the program (web based). I want to test to see if any IE windows are already viewing these pages (hence logged in) and re-use one of those pages - sending a new address that the user has selected from a seperate application.
Also, is it possible to control any application that has already been opened by the user I know about System.Diagnostics.Process but is there a way to cast that 'handle' into the applications type
Thanks