Embed word document inside a form
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
:confused:How to embed a word document inside a form, what are the steps and what control i have to use?? Thanks inadvance --Kamesh
Hi, You got to make your application to be a container. for this the Document should be derived from a COleDocument instead of a CDocument. Create a project with the container option in the third step of the MFC class wizard. by default you'll get an insert object in the Edit Menu. use that and insert MS Word Document. your application would then host an MS-Word document.