Question : using WebBrowser control in separate process

Hi,

I would like to ask how would it be possible to create an application which would use WebBrowser Control in a child process. I mean that the browser will be created in separate process and after destroying it, the process will terminate.

Lets tell my application is myApp.exe. After starting the application the user can click a button which will create a browser, this action would start another instance of myApp.exe where would be the browser held.

I'm talking about same concept as another multiprocess application use (Google chrome, IE8, IETester tool...). These run one instance of the *.exe per browser tab. I wasn't able to find any resources which could push me forward, please advise.

Thank you all!

Regards,
Martin

Answer : using WebBrowser control in separate process

Have you resolved this yet?

Have you seen this page:
   Using the IE8 X-UA Compatibility Meta Tag Properly
   http://acidmartin.wordpress.com/2009/03/21/using-the-ie8-x-ua-compatibility-meta-tag/

He claims that adding a meta tag to the file will modify the rendering behavior

   
   

but points out several important rules for successful usage.  Assuming he is correct, then perhaps you could inject the met tag into the HTML stream.

Random Solutions  
 
programming4us programming4us