Using Browser Emulation for Web Browser control in WPF app
Using Browser Emulation for Web Browser control in WPF app #wpf #wpdev #windowsdev
WebBrowser control in WPF by default uses IE 7 browser engine to render webpages. This may not be desired in some situations as modern websites are not rendered correctly on IR 7. You may get other version of IE working with the WebBrowser control using the browser emulation feature in WPF. This is not a trivial thing to do and requires a couple of registry changes. Hereβs how it can be done.
Steβ¦
View On WordPress

















