richtextbox
C# Dragdrop event of Richtextbox is not firing
I am building a simple form with only a panel with two rich text boxes, and the only functionality is to allow the user to drag and drop text between the two rich text boxes.[详细]
2023-04-12 17:16 分类:问答CKEditor and Wiki Markup (A Custom Data Processor?)
I am looking for a non-HTML Rich text editing solution. Since I do not want to allow users to post HTML code from fear of various XSS reasons I implemented a Wiki Markup solution using MarkItUp which[详细]
2023-04-12 08:25 分类:问答Silverlight scrolling in RichTextBox
Is there a way t开发者_如何学Pythono scroll, for example, to the start of a RichTextBox from C# code?[详细]
2023-04-11 18:05 分类:问答Very very simple Rich Text / WYSIWYG Editor
Im looking for a very very simple editor for my forum. Im only interested in basic functions such as bold, italic, underline, blockquote - nothing more, nothing less.[详细]
2023-04-11 12:57 分类:问答RichTextBox lifetime in static method context
Please take a look at the method depicted below public static string RemoveRTF(string input) { string output = input;[详细]
2023-04-11 05:13 分类:问答Silverlight RichTextBox/ListBox/ScrollViewer strange behaviour
I have a user control with the following XAML: <ScrollViewer> <ListBox ItemsSource=\"{Binding Items}\">[详细]
2023-04-11 02:48 分类:问答WPF RichTextBox as a text queue for logging purposes
I would like to use a RichTextBox WPF control to print log outputs, but I am wondering what is the most efficient way to remove the \"oldest\" lines after there are for example more than 10,000 lines[详细]
2023-04-10 19:58 分类:问答changing the colour of certain characters and count in RichTextBox
i have to count the number of a certain character in a C# richtextbox (namely: \"K\"). but i also want to give that character a colour in the rich text box when a button is pressed.[详细]
2023-04-10 05:20 分类:问答Inserting non-default tab stops into a RichTextBox
Is it possible to write code to insert a non-default tab stop into the document of a RichTextBox? For exampl开发者_StackOverflowe, the equivalent of the MS-Word right-tab or decimal-tab?[详细]
2023-04-09 00:00 分类:问答Appending text to a richTextBox in a different thread and code file
With the intention of creating a program to interface with a serial port device, I recently started learning vb.net. To keep the structure neat the vb code has been split into two places; the first is[详细]
2023-04-08 21:09 分类:问答