搜索资源列表
ManOriKnowledge
- 最近弄一个可以编辑显示文本、图片、公式、表格、超链接等内容的东东,将其保存好数据库(DB4O),然后直接在内存中打开。最先想到的当然是dotNet的RichTextBox,但它对这些格式数据支持并不好,尤其是上下标。然后就是微软的Office Framer Control,没有什么问题,但是需要运行word进程,那玩意太庞大,尤其是在打开多个文档的时候占用内存过多。最后想到了wpf的Flowdocment,它虽然不直接支持公式,但在能直接将相关内容转换为图片形式,且不会改变显示样式。使用WPF
OutLookRichEdit_src
- RichEdit2.0的实现代码,实现类似OutLook的自动链接。
QQ_MyRichEdit2
- 通过CRichEditCtrl来实现的以讹QQ聊天窗口,可以发送文字、图片、链接等内容-Achieved by the correct CRichEditCtrl QQ chat window, you can send text, pictures, links, etc.
richeditdemo
- richedit支持将文本设置为超链接,点击文本自动链接,希望可以给你提供些思路-richedit support the text as a hyperlink, click on the text automatically link can give you some ideas
RichEditUserLink
- VC自带的的RichEdit控件可以识别http开头的连接,并且点击超链接时触发相关事件。 但是无法自定义用户链接,本程序提供了用户自定义超链接的解决方案,供参考-VC RichEdit control that comes with beginning to recognize http connection, and click the hyperlink is triggered when the relevant events. However, users can customiz
OutLookRichEdit
- 一个基于mfc的在编辑框中可以有链接的例子--An example based on mfc which has links in the edit box
RtfEdit
- RTF文件读写源码 实现RichEdit控件响应超链接的功能-RTF file to read and write source code to open and read and write RTF file, and implements the RichEdit control response hyperlink function
edit
- 右键菜单。 添加超链接功能 richedit 专供学习参考。-Right-click menu. Adding hyperlinks
HyperlinkEdit
- MFC中使用RICHEDIT识别文本内容的超链接.-The MFC RICHEDIT text recognition using hyperlinks.