I am trying to follow this link How to programmatically turn off quirks mode in IE8 WebBrowser control? to change the default behavior of my WebBrowser
control but I can't make it work.
I have added a new DWORD
value in FEATURE_BROWSER_EMULATION
, named the file as abc.exe
(abc is my application name) and modified its data to 13880 (also tried Hex: 0x1F40), still my webbrowser control is in quirks mode. Am I doing something wrong here?
FYI my application is a web application, not a windows application.