I need to detect which standards mode is being used by IE.
I have checked and I can see that the standards mode is different from compatibility mode as it does not seem to change the user agent string at all (where compatibility mode changes the MIME type).
The reason for this is I am using the WinForms web browser control which sets the documents standards mode to IE7 no matter what browser you are using and I cannot add the registry hack to change this.
Does anyone know of a way to obtain the standards mode being enforced from the client or if it is even possible?