富文本编辑器控件与WinForms的编辑选项 [英] Rich Text Editor control with edit option for WinForms

查看:106
本文介绍了富文本编辑器控件与WinForms的编辑选项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望有一个RichTextEditor控件,它将具有BOLD,ITALIC,STYLE,FONT等所有编辑选项...

我想在winform中使用它,其中编辑器的内容将是一个Outlook邮件正文(Outlook 2013),即它应该支持所有富文本,图像等。



在VS 2012中我们没有任何此类控件!!!



任何链接或代码都会有用。

谢谢

I want to have a RichTextEditor control which will have all the editing option like BOLD, ITALIC, STYLE, FONT...
I want to use it in a winform where the content of the editor will be an Outlook mail body (Outlook 2013) i.e it should support all rich text,image etc.

In VS 2012 we don't have any control of this type !!!

Any link or code will do good.
Thanks

推荐答案

有很多。你可以选择以下之一 -

YARTE - 还有另一个用于Winforms的RTE(HTML富文本编辑器)(我个人喜欢)它) [ ^ ]

< a href =https://github.com/jacobslusser/ScintillaNET> ScintillaNET [ ^ ]

WinForms的富文本编辑器(不是免费的) [ ^ ]



希望,它有帮助:)
There are many. You can choose one of the following-
YARTE - Yet Another RTE (HTML rich text editor) for Winforms (I personally like it)[^]
ScintillaNET[^]
Rich Text Editor for WinForms (not free)[^]

Hope, it helps :)


您声称Visual Studio WinForms中的MS的RichTextBox控件不会显示所有标准RTF对象是基于什么?



如果您正在寻找一个RTF控件而不是必须做任何工作代码到/用,处理你可以插入到RTF格式的各种对象,合法地,你很困惑。



为什么不在这里搜索CodeProject;有几个扩展WinForms RTF控件以处理图片等的例子。



假设您愿意编码,忙碌然后带着具体问题回到这里,特定的错误消息或疑虑,以及代码中精心挑选的样本。
Your claim that the RichTextBox Control from MS in Visual Studio WinForms will not display all standard RTF objects is based on what ?

If you are looking for an RTF Control that you don't have to do any work to code-to/with, to handle the variety of objects you can insert into the RTF format, "legally," you are confused.

Why don't you search here on CodeProject; there are several examples of extending the WinForms RTF Control to handle pictures, etc.

Assuming you are willing to code, get busy and then come back here with specific questions, specific error messages, or concerns, and carefully chosen samples from your code.


这篇关于富文本编辑器控件与WinForms的编辑选项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆