Hi Crundy,
My running .NET application is an Internet Explorer application..so I type in a URL into IE which launches my .NET application
I know that I can use GetOBject(InternetExplorer.Application)..
The problem is that there may be more than one instance of IE running for this application, how do I identify the one IE window using GEtObject?
Each IE window will have a different title, is there a way I can pass in the IE instance and the title of the instance into GetObject?
Thanks for your help!!
My running .NET application is an Internet Explorer application..so I type in a URL into IE which launches my .NET application
I know that I can use GetOBject(InternetExplorer.Application)..
The problem is that there may be more than one instance of IE running for this application, how do I identify the one IE window using GEtObject?
Each IE window will have a different title, is there a way I can pass in the IE instance and the title of the instance into GetObject?
Thanks for your help!!