I\'m trying to convert a Drawing.Bitmap to an Imaging.Metafile for the purposes of inserting the metafile into a Forms.RichTextBox.(For reference, embedding a bitmap in a metafile is the recommended p
I have a WinForms program where, whenever you change your selection, the RichTextBox needs to change the colour of certain other text. In order to do this, it has to select that text, and therefore I
I have a RichTextBox created programmatically with the following code: RichTextBox RT = new RichTextBox();
In the performance of this code is an error: Cannot serialize a nested public type \'System.Windows.Forms.AxHost+State\'.
How can I color new line of text with some different colors and then add it to RichTextBox? I\'m 开发者_运维百科using SilverLight.You can do this in code:
I\'m trying to add to my RichEditBox\'d tool bar a button to switch languages, like in MS Word. I can\'t seems to make this work.
Hey folks, I\'m wanting to write some rudimentary support for detecting hyperlinks in a WPF RichTextBox control. My plan is to use a regex to identify any links and then manually replace them with rea
The long story: The larger problem is that I\'m trying to convince people from switching away from Outlook to a more sane bugtracker, preferably web-based that we could also use as a public bugtracke
How can I use RichTextBox Target in WPF application? I don\'t want to have a separate window with log, I want all log messages to be outputted in richTextBox located in WPF dialog.
I have developed a small chat client 开发者_开发问答using WPF. In each chat window, it contains a richtextbox to display previous chat conversations and a textbox with send button to type a chat messa