create new browser process and able to handle browser events



Hi there, I am trying to create multiple browser windows with their
own process IDs each. Still would like to be able to handle the
browser events.

1. createProcess function gives me the browser windows with their own
process IDs
2. CoCreateInstance allows me to create multiple browser windows and
able to handle the browser events, but all is happening under one
process

Is there a way to get both?

Christian
.