Hi,
I need to access web pages inside my application, so I tried to use DISPLAYCLASS control. I need to show status bar of the HTML control (I can see the status bar with AxWebBrowser Control), so tried to fetch the IWebBrowser2 interface from DTM_BROWSERDISPATCH as recommened by Microsoft (
http://msdn.microsoft.com/en-us/library/bb415471.aspx). For some reason I always get E_NOINTERFACE.
Can someone please shed some light on the issue... Is it a bug? or I am missing something here