I have an HTMl document with embedded shockwave file, stored locally on my computer. How do I display it in the CView class of my application?
Cheers
John
Printable View
I have an HTMl document with embedded shockwave file, stored locally on my computer. How do I display it in the CView class of my application?
Cheers
John
take a look at the CHTMLView class. It makes use of the web browser control and lets you display HTML pages in your MFC app.