M
Mike P
Hi --
I have a legacy application written in C++/MFC and I'm trying to display a
Word Document in a frame on a dialog box. I can create the Word Application
successfully and I have even gotten the Word Application to display. But I
don't want the whole Word application, I don't want to give the user the
ability to use menus or any other Word feature. I just want to display the
current document (with scrollbars if necessary). The user just needs to
inspect the data, nothing else.
The source document is coming from a blob in an Oracle database into memory,
to a temp file and Word is created with the document being loaded from the
temp file.
Any clues appreciated.
TIA,
Mike P
Development environment is VS2005.
I have a legacy application written in C++/MFC and I'm trying to display a
Word Document in a frame on a dialog box. I can create the Word Application
successfully and I have even gotten the Word Application to display. But I
don't want the whole Word application, I don't want to give the user the
ability to use menus or any other Word feature. I just want to display the
current document (with scrollbars if necessary). The user just needs to
inspect the data, nothing else.
The source document is coming from a blob in an Oracle database into memory,
to a temp file and Word is created with the document being loaded from the
temp file.
Any clues appreciated.
TIA,
Mike P
Development environment is VS2005.