Tagged Questions

2
votes
1answer
21 views

Winforms RichTextBox: How can I determine how many lines of text are visible?

I have a Winforms app containing a RichTextBox. How can I determine how many lines of text are displayed, currently visible? Reason: I want to scroll the caret to the middle …
0
votes
1answer
19 views

Winforms RichTextBox: How can I scroll the caret to the middle of the RichTextBox?

I want to scroll a RichTextBox so that the caret is approximately in the middle of the RichTextBox. Something like RichTextBox.ScrollToCaret(), except I don't want to put the car …
0
votes
1answer
25 views

making a simple search function, making the cursor jump to (or highlight) the word that is searched for.

Dear community. I have now used way too long time, trying to figure out a problem, which I didn't think would be that hard. Here is the deal: I am writing a small application us …
0
votes
2answers
48 views

Silverlight Rich text box control

Our team decided that we need our own custom Rich text box control for Silverlight app we are developing. We looked at existing controls mentioned at http://stackoverflow.com/quest …
0
votes
4answers
26 views

Clearing all RichTextBoxes from a form (VB.NET)

I have a form with 25 RichTextBoxes. I need to clear them all when a user presses a button. I think it's something to do with: Me.Controls.Clear but I'm not sure. Thanks for any …
0
votes
1answer
16 views

RichTextBox specific colors per few charicters / lines C#

i have say, richTextBox1, and here is the contents: line one from my textbox is this, and i want this to be normal, arial, 8 point non-bold font line two, i want everything after …
0
votes
3answers
43 views

simple text color in rich text box

I can find a million examples of doing reg ex to apply syntax highlighting to a rich text box. but what i need it just a simple way to add in a word of a diffrent color. What wou …
0
votes
3answers
22 views

Maximize Components Too

I have a Windows Forms application that on it I have a RichTextBox, like this: At this size it's all ok, but if the user maximaze or resize the window, the RichTextBox stays at t …
0
votes
3answers
62 views

rich text editor in c sharp

hi. I want to use a rich text editor like TinyMCE in my windows aplication. Is there any solution for this?
0
votes
1answer
14 views

RichTextBox Text Positioning

Hello, I'm building a simple application, but I need to know how to use a RichTextBox and position the text on it, like: center, right and left. But how I can do this?
1
vote
2answers
59 views

WPF : Assigning to RichTextBox.Document extremely slow (7 minutes!)

I'm constructing a formatted FlowDocument from XML. The XML is well formed and consists mainly of 10,000 nodes each with a single node with a 6 character string value. Parsing the …
0
votes
6answers
143 views

[c#] join lines

on a windows form, i have RichTextBox, with some text, in several lines. and one button on a form. i wolud like when i click on that button, to join all richtextbox of lines in on …
0
votes
1answer
18 views

Inserting a tab into a WPF RichTextBox when AllowTab is set to false

I am trying to work out how to insert a tab character into a WPF RichTextBox when the AllowTab attribute is set to false. Is there a shortcut key that allows this? I would rathe …
0
votes
1answer
90 views

How do I save RichTextBox content into SQL varbinary (byte array) column?

Hi I want to save content of a RichTextBox to varbinary (= byte array) in XamlPackage format. I need technicial advise on how to it. I actually need to know how to convert betwee …
2
votes
3answers
105 views

WPF RichTextBox memory leak

In my application, I have a lot of RichTextBoxes that are created dynamically in run time. I realized that the application has a memory leak, which is caused by the RichTextBox con …

1 2 3 4 5 14 next
15 30 50 per page