The RichTextBox control enables you to display or edit RTF (Rich Text Format) content. This content may include formatted paragraphs, hyperlinks, and inline images.
0
votes
1answer
10 views
WPF Append colored text to RichTextBox
I have a System.Windows.Controls.RichTextBox, and I'm trying to implement this function:
public void AppendText(String text, Brush color)
{
}
I want the appended text to be on the same line as the ...
0
votes
1answer
13 views
How to stop my bold/italic/underline options changing the text's font back to the default font and size
In my application, I have a feature that allows the user to change the bold/italic/underline styles of the text. However, I have noticed that when the user makes the text bold, it reverts the text to ...
0
votes
1answer
19 views
Can't copy the blanklines of my RichTextBox
I'm trying to copy the entire text of a RichTextBox to the clipboard.
This is how I append the text in the RichTextbox:
RichTextBox1.Text += vbNewLine & AlbumName
RichTextBox1.Text += vbNewLine ...
0
votes
0answers
27 views
RichTextBox Colours not working
I am trying to write some text in a richtextbox and writing them in red if they are not correct. The correctness of them is irrelevant for my problem.
I cant achieve to paint the incorrect lines in ...
0
votes
1answer
22 views
Update Main UI With RichTextBox Data from BackgroundWorker
I have a program that querys a bunch of WMI, Registry, and other data. It then formats the data into various RichTextBoxes highlighting errors from the data scanned on the remote computer.
I want to ...
0
votes
0answers
25 views
Getting a word after another, that was between <em> HTML tag
I am trying to code a gender of a scraper, learning purposes, but I am facing a problem.
Elements on my program:
TextBox2
Button - Find
RTB - code
RTB - list (filtrated results)
User inserts his ...
0
votes
1answer
51 views
Why is the “IndexOutOfRangeException” occuring
I am following this tutorial on how to allow my program to open files using the "Open With" method found in Windows. However, as soon as the program loads, it crashes with the error ...
3
votes
1answer
45 views
How can I allow my program to open a file when “Open with” is used?
I have written a word processor in C#. I would like to allow my program to open files when the user right clicks the file and selects "open with" and selects my program. How can I implement such a ...
0
votes
0answers
17 views
JQTE Jquery text editor issue [duplicate]
I want to run the jQuery Text Editor on the following aspx page. but I tried for hours with any success. Getting the error Uncaught TypeError: Object #<Object> has no method 'jqte'. I have ...
0
votes
1answer
22 views
Best/fastest way to copy over large amounts of RTF data to a RichTextBox?
So I do a ton of RTF manipulations in a StringBuilder and that works great, its in a loop and takes like 0.02 seconds even for a ton of results. So now that I have the RTF data I want and I need to ...
0
votes
3answers
45 views
How Do I Get richTextBox1.Lines Cross-Threading Saftly?
I need to get richTextBox1.Lines in another thread. But I don't know how to cross thread saftly to get it.
string[] lines = richTextBox1.Lines;
0
votes
1answer
17 views
Richtexbox text style corruption when minimized
I'm using richtexbox component as message history panel. Message consist of header (printed red and old) and the body on new line.
It works using this code:
richTextBox1.SelectionColor = Color.Red;
...
0
votes
1answer
32 views
Reading text into a richtextbox
I have a problem, i wanna read out a Text file into a richTextBox, i use this method, to load it into the TextBox:
private void richTextBox1_TextChanged(object sender, EventArgs e)
{
...
-3
votes
0answers
59 views
Reading Text from a file into a TextBox [closed]
I am making a Programm(with a WindowsForm), it should show me a Text from a Text File in a TextBox. But if i start the program, i have to press a letter, otherwise it wouldnt show me the Text. What ...
0
votes
1answer
20 views
How to make a RichTextBox automatically resize horizontally & vertically and make its parent resize as well?
I need to put a RichTextBox inside a container such as a canvas/grid/stackpanel or anything which serves the purpose best.
look at the example I made:
in the picture RichTextBox is white, Canvas ...
2
votes
1answer
50 views
Locking richtextboxes called from non-UI thread
Given the following code, how would I be able to lock the richtextbox so that each log-call gets to finish working before another can start typing to it?
private delegate void ...
1
vote
1answer
27 views
Convert from .net rich textbox to tiny mce
Currently I need to transform data from .net rich textbox which have some data as below :
{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}
{\f1\fnil\fcharset204 ...
0
votes
1answer
23 views
Hyperlink in WPF Richtextbox
I load WPF Richtextbox contents from Xaml string in which there are some Hyperlinks. When it is loaded into control, Hyperlinks are not clickable! I want to click on them and their associated URL ...
-1
votes
1answer
31 views
Why does my SaveFileDialog display again if cancelled?
I have a SaveFileDialog in my program. The issue is that when I click "Cancel" on the dialog, another SaveFileDialog opens up. But when I click cancel on the second SaveFileDialog, a third does NOT ...
0
votes
2answers
41 views
Richtextbox mousemove event what color the text is
Is there a way to determine what color the text is in a RichTextBox using the mousemove event? I would like to avoid using Richtextbox.Select because it adds a little select bar everywhere the mouse ...
0
votes
0answers
26 views
From Silverlight RichTextBox.Xaml to WPF RichTextBox.FlowDocument
I have two applications - one in silverlight and one in wpf - I export Xaml from Richtextbox in Silverlight application. now I want to import it to FlowDocument of Richtextbox in WPF application.
I ...
0
votes
1answer
45 views
Cannot access a disposed object; Object name: 'RichTextBox'
im creating a label that counts a line and column of a richtextbox using this code:
int line = 1 + richTextBox1.GetLineFromCharIndex(richTextBox1.GetFirstCharIndexOfCurrentLine());
int column = 1 + ...
1
vote
2answers
34 views
How can I open a specific text file without using OpenFileDialog?
I have a rich text editor that I have created in C#. One of the features I am now trying to add is templates. I do not want the user to have to use an OpenFileDialog to navigate to the template and ...
0
votes
1answer
23 views
Release file from RichtextBox LoadFile Method
So, I load a file at the start of a form. I have "Save button" in that form.When I click it, I want to overwrite the file with richtextbox.Savefile method. but I get "Access to path.. is denied"
I ...
0
votes
0answers
20 views
Drag Drop xml data to a Table present in a flow document in wpf
I am currently working Content Editor which is a RichTextBox. It consist of standard functionality like text,table,images. I want to drag drop xml data from treeview to the RichTextbox Table,I am ...
0
votes
1answer
33 views
Add link to rich text box that starts a process (RDP)
I'm trying to add a clickable link to a rich text box that says something like "Start RDP" so when a user clicks on it, it will start windows remote desktop and use put the machine name in the box for ...
0
votes
1answer
27 views
Can you use richtextbox selectionchanged to look for doubleclick event?
I am trying to find a way to get the selected text of a richtextbox once a word is double clicked. The richtextbox is setup like :
<RichTextBox x:Name="rtbStoryLine" Grid.Column="1" Grid.Row="3" ...
1
vote
1answer
33 views
Can I use Google Drive inside Redmine?
I would like to have a richtext solution like Google Drive inside Redmine so that I can keep requirements, use cases and etc inside of it.
I would like to link it to Google Drive since I want to have ...
0
votes
0answers
15 views
Can I paste RTF text from a RichTextBox to a WebBrowser Control?
I'm trying to copy formatted text from a RichTextBox control into a WebBrowser control and retain it's formatting. From there I'd like to grab the DocumentText in HTML format to save into a database. ...
1
vote
2answers
48 views
Hide some part of text in the Richtextbox in vb.net
I want to hide some part of text in the richtextbox in vb.net.
i.e.
Richtextbox1.text ="Test1 test2 test3"
Now i want to hide "test2" from richtextbox text and it should display only "Test1 ...
0
votes
1answer
43 views
RichTextBox in a single line in C#
Any way to convert a RichTextBox content and convert it to a single line in a String variable?
I have this:
string line = Document.Text; //Convierte el contenido en una sola lÃnea.
string ...
-1
votes
2answers
73 views
Need an advanced RichTextBox which is just the same as Microsoft Word uses [closed]
First of all, I've searched like all the forums in internet and haven't found my ideal answer, SO before you mark it as duplicate question plz read the question.
We're creating an application which ...
0
votes
1answer
49 views
Save Winforms RichTextBox Data as HTML?
I have to convert an Access VBA app over to VB.NET and one of the text boxes (format set to RichText) on the VBA app accepts a straight paste from a Word document including its formatting and saves it ...
0
votes
1answer
50 views
Add Header and footer to richtextbox in wpf
I am currently working with richtextbox based content editor .This is a very good editor but lacks header and footer functionality So bottom line,I want to add header and footer to this content ...
2
votes
3answers
124 views
Save paragragh formatting on splitting rich text
I have a complicated method of rendering RichText using RichTextBox.
If the rich text don't fit on a pages, I use SelectionStart, SelectionLength and SelectedRtf properties to get part of the rich ...
0
votes
0answers
23 views
Replace DataGridViewTextBoxCell with a RichTextBox?
I'm trying to find an easy way to have one column of a DataGridView use RichTextBoxes instead of TextBoxes. I do not need editing, I just need to be able to display rich text -- or rather strings with ...
0
votes
0answers
35 views
Save formatting in the breaked rich text [duplicate]
I have a complicated method of rendering RichText using RichTextBox.
If the rich text don't fit on a pages, I use SelectionStart, SelectionLength and SelectedRtf properties to get part of the rich ...
2
votes
2answers
40 views
RichTextbox - line length selection issue
I'm coding a little app where I can load a textfile to match regex:
I change the forecolor text based in the length of the matched line,
The problem is if a line is a multiline then it don't work ...
0
votes
2answers
49 views
Copying text from RichTextBox to WebBrowser
I am trying to copy text from a RichTextBox and paste it into a WebBrowser.
I use this code:
WebBrowser wb = new WebBrowser();
wb.Navigate("about:blank");
richTextBox1.SelectAll();
...
1
vote
2answers
62 views
Changing font for richtextbox without losing formatting
How to change the font of all the contents of a richtextbox without losing formatting?
I am trying to use
rtb.SelectAll();
rtb.SelectionFont = new Font(fontName,...);
but the font constructor has ...
0
votes
0answers
36 views
how to add image plugin under rteplugins for richtext component
I have a rich text component, I need to configure it in such a way that we can drag and drop the image in the rich text component.For that under rte plugins I have added one plugin called image which ...
0
votes
1answer
64 views
Why isn't my undo/redo code functioning as required?
I need my undo/redo code to function like the undo/redo features found in Microsoft Notepad, Microsoft Word etc. (I am creating a Word Processor).
Currently, my Undo and Redo code is working to an ...
0
votes
0answers
63 views
Disable/hide RichTextBox selection color
I am an hobbyist programmer. I'm making a small program that has to color some specific words/characters on a RichTextBox. This is my code:
private void richTextBox1_TextChanged(object sender, ...
0
votes
1answer
45 views
When I redo using this undo/redo code, the first thing undone cannot be redone
I am using the following code in order to implement undo/redo into my application:
public struct UndoSection
{
public string Undo;
public int Index;
}
--
public ...
0
votes
0answers
14 views
png image doesn't show in wordPAd but shows in Word2010
I have the following rtf file:
{\rtf1\ansi\ansicpg1252\deff0\deflang4105{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}}
{\colortbl ;\red0\green0\blue255;}
\uc1\pard\cf1\i\f0\fs22 ...
-1
votes
1answer
129 views
How can I add spell-checking to my rich text box?
I would like to know if there's an easy way to implement spell check to my rich text box? I have heard there's a way to use the spell check from MS Word, but I would like to know if I could add an ...
0
votes
0answers
34 views
Displaying RTF in list, what control can I use?
I need to be able to display a list but the items are in RTF and I want to be able to display the formatted text, what are my options to be able to do this?
0
votes
0answers
165 views
Creating Rich Text editor AngularJS
I know there are lots of great rich text editors out there that can easily be ported to angular and plenty of discussion on how to do this, but I'd like to create my own.
I have the basic idea ...
0
votes
0answers
68 views
Using Math Symbols in WPF
Upon looking at Word it has this Equations which can be added and modified in the document, I need to be able to do the same in my program, that is allow adding/modifying of math equations although I ...
1
vote
1answer
20 views
How can I copy the contents of a Panel to a richTextBox?
I have a Panel which the user of the application. The panel allows the user to enter their signature digitally. I would like to take the drawing from the panel and copy it to the very end of the ...




