I am trying to follow this link http://stackoverflow.c om/questions/646742/how-to-programmaticall y-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 windows application.
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 windows application.