Then finally I do Navigate to the given URL as below:
CComPtr<IWebBrowser2> ptrWebBrw;
ptrWebBrw->Navigate(m_url,NULL,NULL,NULL,NULL);
Everything is good and I’m able to host a window and navigate to the given URL from a MFC client, but in a separate window.
What I need is, instead of hosting a separate window for the ATL interface method call, I need to display the above ATL windows (from the ATL EXE) inside the MFC View window.
Is it possible to do ? If yes, then I would appreciate if you can provide me some sample code.
If not, is there any alternative way to do this?
I would really appreciate your quick response on this.
Bookmarks