Click to See Complete Forum and Search --> : WebBrowser and IE default system version


Skynet
April 17th, 2009, 10:57 AM
Hi,

I'm using a WebBrowser Control and I created a html page that display the Web Browser version.

I have IE 8 installed on my Vista and when I run my app WebBrowser that load the script, It's tell IE 7 version?

How can I force WebBrowser Control to use the last IE installed?

Thanks,
Michel.

Shuja Ali
April 17th, 2009, 01:57 PM
This might be helpful.
http://blogs.msdn.com/ie/archive/2008/03/18/webbrowser-control-rendering-modes-in-ie8.aspx

Although I don't work with webbrowser controls, I searched MSDN and found this.

Skynet
April 17th, 2009, 02:19 PM
Thanks for the link! It's help me a lot :) I was expecting for a better option, but Microsoft is Microsoft...

Michel.