开发者_JAVA技巧i am making a project for bulk emailing . In this I have added a richtext box . I want users to enter the email message body in it and want to give them the ability to format .Richtext
I have a form that uses Richtexteditor of Flex3 to write in their rep开发者_运维知识库ly. The reply is then posted to a textarea, where all of the formatting is lost! I have embedded the font since I
I\'m uisng a RichTextArea to display my html content in SL 4,I want to underline the content displayed by the control ( without modifying the htm开发者_运维技巧l) and also attach an event of Onclick o
I need to get a list of tags in a text, make their contents bold, and remove them. Can\'t figure out how to make it.
I am making a simple text and script editor with code highlighting. For 开发者_Go百科that I use a RichTextBox. But I don\'t know how to make it show the lines\' numbers on the left side, like in VS or
I have a WPF RichTextBox that I am typing some text into and then parsing the whole of the text to do processing on. During this parse, I have the absolute character positions of the start and end of
I am applying formatting to selected tokens in a WPF RichTextBox. To do this I get a TextRange that encompasses the token that I would like to highlight. I will then change the color of the text like
Editing a RichTextBox control\'s text (more specifically, modifying selection font/color) programmatically seems to be tracked in the control\'开发者_C百科s built in undo stack. Is there a way, short
I have some C#.NET code to take a string contain开发者_Python百科ing custom color codes and use them show colorized text in a RichTextBox.It works great on Windows, but running under Linux on Mono 2.4
I am trying to fit a WPF RichTextBox to exactly accommodate a grid of characters in a particular monospace font.I am currently using FormattedText to determine the width and height of my RichTextBox,