Creating IE instance
ATL / WTL / STL
1
Posts
1
Posters
1
Views
1
Watching
-
We are creating a instance of Internet Explorer with CoCreateInstance,of type CLSCTX_LOCAL_SERVER. Though the IE instance is successfully created ,it picks up the process id of an existing prior opened IE instance. Is this behaviour inherent to IE? Is ther any way to create a IE instance with its own specific process id.