I am using the SHDocVw.InternetExplorerClass in a windows console
application. I assign this as my Webbrowser1 and call methods and
properties from this (like Webbrowser1.Visible) and it works fine for
what we need so far.

However, when we start another instance of the application on the same
machine, the 2nd Internet Explorer instance runs in the same process in
task manager although the application grabs it's own PID with each
instance. We are using Windows XP Pro (SP2).

Is there a way to use the SHDocVw.InternetExplorerClass and run IE in
it's own separate process with each instance of the application?

Help appreciated.

Thanks




*** Sent via Developersdex http://www.developersdex.com ***