摘要:
RTF是Rich TextFormat的缩写,意即多文本格式。这是一种类似DOC格式(Word文档)的文件,有很好的兼容性,使用Windows“附件”中的“写字板”就能打开并进行编辑。RTF是一种非常流行的文件结构,很多文字编辑器都支持它。一般的格式设置,比如字体和段落设置,页面设置等等信息都可以存 阅读全文
posted @ 2016-12-12 21:55
Endv
阅读(11092)
评论(0)
推荐(0)
摘要:
IStream 接口 https://msdn.microsoft.com/en-us/library/windows/apps/aa380034 IStream接口允许您读取和写入 stream 对象的数据。流对象包含结构化的存储对象,存贮在哪里提供结构中的数据。简单的数据可以直接写入流,但最频繁 阅读全文
posted @ 2016-12-12 17:16
Endv
阅读(3553)
评论(0)
推荐(0)
摘要:
本文介绍。NET RichTextBox控件如何可以插入图像,控制和ActiveX对象通过使用OLE方式,如在解释,。不幸的是,它涵盖了只用一个C源代码样本,所以我需要在托管代码(C#)实施类似的解决方案。有一个RichTextBox插入图片和OLE对象的其他有关条款,但他们使用的是RTF代码,我需 阅读全文
posted @ 2016-12-12 17:15
Endv
阅读(509)
评论(0)
推荐(0)
摘要:
/// /// 获取对象的选项 /// public enum GETOBJECTOPTIONS { /// /// 选举事务处得到obj没有接口 /// REO_GETOBJ_NO_INTERFACES = 0x00000000, /// /// 选举事... 阅读全文
posted @ 2016-12-12 16:45
Endv
阅读(405)
评论(0)
推荐(0)
摘要:
CRichEditCtrl 的ole技术 IRichEditOle 如需向CRichEditCtrl里面插入Ole对象, 需要调用GetIRichEditOle 获得此CRichEditCtrl的IRichEditOle接口 如果不使用MFC则调用windows SDK 的 SendMessage 阅读全文
posted @ 2016-12-12 16:36
Endv
阅读(464)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Specialized;using System.Drawing;using System.Drawing.Imaging;using System.IO;using System.Runtime.InteropServic 阅读全文
posted @ 2016-12-12 00:46
Endv
阅读(270)
评论(0)
推荐(0)
摘要:
1 using System; 2 using System.Collections.Specialized; 3 using System.Drawing; 4 using System.Drawing.Imaging; 5 using System.IO; 6 using System.Runtime.InteropServices; 7 using System... 阅读全文
posted @ 2016-12-12 00:45
Endv
阅读(491)
评论(0)
推荐(0)

浙公网安备 33010602011771号