Troubles embedding IE8 WebBrowser control
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I wonder if someone here can help me, I did not have much success on msdn forums with this question. I have the Microsoft's WebBrowser control embedded in my application and I am having trouble with the IDocHostUIHandler::GetHostInfo ( http://msdn.microsoft.com/en-us/library/aa753257(VS.85).aspx ) method. According to documentation, I should be able to pass a custom CSS file to the WebBrowser. And it works fine with IE6 and IE7, but it is ignored when IE8 is installed. Has anyone else encountered this behavior? Thanks for any suggestions. I even tried an example code from codeproject.com and added the css piece, but it did not worked. I'll be grateful for any idea. Have a nice day,:confused: Vlasta