Hi, I am using Windows Presentation Foundation with .NET in MS Visual Studio 2010 Professional, and I am embedding a webpage in my application using a WebBrowser object, however it seems that WebBrowser is using an old version of Internet Explorer and I really need it to use the latest Internet Explorer installed on the user computer.How to make .NET use the latest Explorer?
source
share