Tagged Questions
3
votes
1answer
208 views
How to get Rich Text Box Character Color?
I have one rich text box application an i have to perform two operation withing.
1) I have to highlight only some percent of character of rich text box text.
Example: Suppose I have 100 character ...
1
vote
2answers
331 views
Rich HTML editor in WPF
I'm working on a WPF application where we need some rich HTML editing features.
The application will typically generate some intitial HTML (tables and such) and present to the user, which in turn ...
1
vote
1answer
289 views
Silverlight rich text editor that knows to export rich text to html?
I'm doing a Silverlight app.
One of the functionality the client wishes is to have a rich text editor that provides simple formatting capabilities such as: blod, italic, color (no paragraphs or ...
1
vote
6answers
805 views
Rich Text Editor on a web page
I am trying to add a rich text editor in my web page where users can write reviews and format what they have written...something similar to the editor in which we write our posts on this site...
can ...
0
votes
2answers
315 views
Temporaily disabling the C# Rich Edit undo buffer while performing syntax highlighting
I already have a pretty decent syntax highlighter in my Rich Edit control but I have one final problem before it is fully useful:
Whenever I run the syntax coloring it records those coloring actions ...
0
votes
2answers
827 views
Rich Text Editing in Windows Forms
I am using following text editor for my windows forms application
http://www.codeproject.com/KB/edit/editor_in_windows_forms.aspx
This works great and a wonderful control, however I am trying to ...