I\'m not sure what is going on with a RichTextBox in a Visual Studio C# windows application. This is not a web app.
I\'m using the AnimateWindow API to show or hide a Form with a slide animation. The problem is that if the Form contains a RichTextBox control, it doesn\'t display this control correctly. It\'s transp
Anyone know hoe I can load an rtf file to a wpf RichTextBox? In Windows.Forms I would do this RichTextFile.Loadfile(c:\\myfile.rtf)
I\'m implementing a WPF application with a richtextbox for German users. They want to use their \"normal\" keyboard shortcuts to do some basic formatting: bold, italic, underline.
The next code works perfectly (it changes the font size for 开发者_StackOverflow中文版-only- the selected text):
I\'ve been googling in vain for hours, and can\'t seem to find a way to view an rtf file in a powershell WPF form.
I created a modeless find dialog for use in searching in a RichTextBox andam having trouble positioning the find dialog after the found text is selected so that it does not cover the selected text. I
I\'d like to insert a WPF Hyperlink element into a FlowDocument programmatically. The objective is to create a toolbar button that would take a run of text within a RichTextBox and replace it with a
I want to have a rich edit control on an Office 2007+ ribbon control from within an Office add开发者_如何学Python-in. There is no rich text box in a VS2010 designer Toolbox.
i have two richtextboxes one below the otherin my application.when the user start selection in one richtextbox and continue to the other richtextbox selection should automatically move to the second r