ACTIVEDOC 示例说明如何实现活动文档服务器。此示例演示以下操作:
如何实现 IOleDocument 和 IOleDocumentView 接口。
如何通过容器执行菜单合并。
如何实现对象中的工具栏。
如何重写 IPersistStreamInit 方法 Load 和 Save 来执行自定义保存和加载。
如何使用 CDialogImpl 来实现“关于”对话框。
如何创建“多格式文本编辑控件”的子类。
采用Visual Studio.Net 2005编译成功-ActiveDoc Activity examples illustrate how to achieve file servers. Demonstration of this example the following: how to achieve IOleDocument and IOleDocumentView interface. How to implement menu merging containers. How to achieve the object toolbar. How to rewrite IPersistStreamInit methods to implement Load and Save custom save and load. CDialogImpl to realize how to use the