HOWTO: Print From an Active Document ServerLast reviewed: January 30, 1998Article ID: Q180152 |
The information in this article applies to:
SUMMARYThis article explains how to print from an Active Document (DocObject) server while the server is in-place activated in an Active Document container.
MORE INFORMATIONAn Active Document server provides a mechanism for viewing the contents of a document within a single container, such as Microsoft Internet Explorer or Microsoft Office Binder. Active documents are displayed in the entire client area of the container, are involved in menu merging, and are always in-place active. Microsoft Visual C++ provides an AppWizard that can help you create an Active Document server implemented using the Microsoft Foundation Classes (MFC). When an Active document is in-place activated, a user may want to print the contents of the document using the Print menu item available on the container File menu. To provide this functionality in an MFC Active document server, perform the following steps:
REFERENCES"Inside OLE" by Kraig Brockschmidt, published by Microsoft Press. "Understanding ActiveX and OLE" by David Chappell, published by Microsoft Press.
|
Additional query words: print ON_OLECMD_PRINT Active document DocObj
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |