像OFFICE哪些程序是怎样写的,我是想问怎样写成OLE对象(100分)

  • 主题发起人 主题发起人 testnet
  • 开始时间 开始时间
T

testnet

Unregistered / Unconfirmed
GUEST, unregistred user!
是写成OLE对象能在 InsertObjectDialog中出现
 
This kind of application are called OLE Server, you can use Delphi to
write such applications, but I suggest you use VC++ OLE Framework to
do this work, it's rather easy under VC++.

There is a sample OLE application called "Scribble", you can find it in
MSDN CD-ROM.
 
Active Document(OLE Server)是用多个应用程序生成的信息来创建复合文档的一种方法。
例如可以将文字、表格、位图、矢量图形,甚至声音注解和录像剪辑等插入到一个应用程
序中。生成和处理原始信息的程序称为ActiveX Document Server / OLE Server。象Word、
Excel、Photoshop等都提供对象插入到别的程序中。Delphi有TOLEContainer控件,
在它里面可以插入其他程序生成的对象(Insert Object)。这样,用Delphi开发的程序就可
以显示Office文档了。但是Delphi尚无直接的生成ActiveX Document Server应用程序,
VC++的MFC能直接支持这个功能。
 
多人接受答案了。
 
后退
顶部