I have a WPF .net4 app with a webBrowser component that navigates to a local HTML page that uses a CSS file.
When I navigate to the page using IE8 the CSS styling is corrrect, but when I navigate to the page in the webBrowser component the CSS styling is wrong.
Am I wrong in thinking that the webBrowser uses the same activex as IE8? or is there some attribute(s) I have to set in the webBrowser component?
Thanks in advance for any help.