I am using IWebBrowser2 interface for rendering an IE page inside a window. I need to show the windows to the user once every thing is rendered. Now I am using DocumentComplete event, to call ShowWindow function. But the actual content shows after an initial grey screen followed by a white screen delay. I need to be able to show the window to the user avoiding these screens.
Any help is appreciated.