Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there any way (yet) to use the WebBrowser Control in the Internet Explorer 10 preview?

Preferable on Windows 7 but for starters Windows 8 would be great.

Thanks!

share|improve this question
Why would you want to use an unstable preview version of a rendering engine in your web browser control? – BoltClock Apr 16 '12 at 19:59
Why would you want to use an unstable dinosaur version? – Jamie Pate Apr 29 at 0:17

1 Answer

up vote 0 down vote accepted

The latest IE10 preview is available only for Windows 8, however it has been said that the release version would run on Windows 7 also. I was able to use the WebBrowser Control in the IE 10 preview mode by adding the below line to the html file. " meta http-equiv="X-UA-Compatible" content="IE=10" "

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.