Opening Internet Explorer in a new process
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
We attempt to create new instance of Internet Explorer(6.0/7.0) as a separate process. We have tried CoCreateInstance,ShellExecute and ShDocVw. But in all these cases,the new browser is launched as part of an existing IE process. How do we open the new window as a separate process? Is there some registry or meta-data settign which enables each IE instance to open as a separate process?