The title says it all really...
I'm using IWebBrowser2
to display web pages in my application, however, when I call IWebBrowser2::Navigate()
a white background is displayed whilst the target page is loading, which conflicts with the colour scheme of my app.
I tried creating a "background.html" and pre-loading that before calling Navigate()
, but as soon as I navigate to the new URL, the background changes to white.