¡@

Home 

c# Programming Glossary: richtextbox

How to update textbox on GUI from another thread in C#

http://stackoverflow.com/questions/1136399/how-to-update-textbox-on-gui-from-another-thread-in-c-sharp

to make a simple client server chat application. I have RichTextBox on my client windows form and I am trying to update that control.. the code of my Windows form private Topic topic public RichTextBox textbox1 bool check topic.addUser textBoxNickname.Text ref textbox1.. Some code public bool addUser string user ref RichTextBox textBox1 ref List string listBox1 here i am trying to update..

Color different parts of a RichTextBox string

http://stackoverflow.com/questions/1926264/color-different-parts-of-a-richtextbox-string

different parts of a RichTextBox string I'm trying to color parts of a string to be appended.. I'm trying to color parts of a string to be appended to a RichTextBox. I have a string built from different strings. string temp DateTime.Now.ToShortTimeString.. be another color. Then I'd like the string appended to my RichTextBox. How can I accomplish this c# .net string colors richtextbox..

Reading large text files with streams in C#

http://stackoverflow.com/questions/2161895/reading-large-text-files-with-streams-in-c-sharp

What happens is that the file is read and shoved into a RichTextBox which is then navigated don't worry too much about this part...

How can I insert an image into a RichTextBox?

http://stackoverflow.com/questions/542850/how-can-i-insert-an-image-into-a-richtextbox

can I insert an image into a RichTextBox Most of the examples I see say to put it on the clipboard and.. forget the closing Next you get the RTF code from your RichTextBox rtbBox.Rtf insert the picture at the proper location and set.. makes it quite convenient for testing whether or not the RichTextBox supports the commands you need or learn how to use the RTF control..

How to render a formula in WPF or WinForms

http://stackoverflow.com/questions/8899204/how-to-render-a-formula-in-wpf-or-winforms

full implementation of LaTEX but at least something beyond RichTextBox possibilities with division lines square roots etc. P.S. C#..

RichTextBox (WPF) does not have string property “Text”

http://stackoverflow.com/questions/957441/richtextbox-wpf-does-not-have-string-property-text

WPF does not have string property &ldquo Text&rdquo I am trying.. &ldquo Text&rdquo I am trying to set get the text of my RichTextBox but Text is not among list of its properties when I want to.. I am using code behind in C# .net framework 3.5 SP1 RichTextBox test new RichTextBox cannot have test.Text Do you know how come..

A textbox/richtextbox that has syntax highlighting? [C#]

http://stackoverflow.com/questions/1087735/a-textbox-richtextbox-that-has-syntax-highlighting-c

textbox richtextbox that has syntax highlighting C# Where can I find a control.. would be fine with that also. c# winforms syntax textbox richtextbox share improve this question Scintilla.NET is probably what..

Reading PDF in C# [closed]

http://stackoverflow.com/questions/1340278/reading-pdf-in-c-sharp

C#. Is it possible What is the way to do it c# pdf richtextbox share improve this question Since PDF is an binary format..

How to Syntax Highlight in a RichTextBox [C#]?

http://stackoverflow.com/questions/1697360/how-to-syntax-highlight-in-a-richtextbox-c

in a RichTextBox C# How do I syntax highlight in a richtextbox control AS THE USER TYPES and USING A String keywords . I will.. features but exactly what you asked for here A textbox richtextbox that has syntax highlighting C# talks mostly about other ways..

C#: Synchronize Scroll Position of two RichTextBoxes?

http://stackoverflow.com/questions/1827323/c-synchronize-scroll-position-of-two-richtextboxes

might I go about doing this c# .net winforms scrolling richtextbox share improve this question I did this for a small project..

Color different parts of a RichTextBox string

http://stackoverflow.com/questions/1926264/color-different-parts-of-a-richtextbox-string

How can I accomplish this c# .net string colors richtextbox share improve this question Here is an extension method..

Reading large text files with streams in C#

http://stackoverflow.com/questions/2161895/reading-large-text-files-with-streams-in-c-sharp

once its loaded the time it takes to render in the richtextbox its just the initial load of the text. Now for the questions..

Change color of text within a WinForms RichTextBox

http://stackoverflow.com/questions/2527700/change-color-of-text-within-a-winforms-richtextbox

if it begins with Short . How can I do this c# winforms richtextbox share improve this question Sure so what you can do is use..

C# How can I make a hyperlink work in a RichTextBox?

http://stackoverflow.com/questions/435607/c-sharp-how-can-i-make-a-hyperlink-work-in-a-richtextbox

in a RichTextBox When I add www.stackoverflow.com into my richtextbox and run the program it is shown in blue and as a hyperlink yet.. I click it nothing happens. How can I fix this Thanks c# richtextbox share improve this question Make sure the text property..

Selectively coloring text in RichTextBox

http://stackoverflow.com/questions/455713/selectively-coloring-text-in-richtextbox

every time I meet the letter A in RichTextBox c# format richtextbox share improve this question Try this static void HighlightPhrase..

How do I maintain RichText formatting (bold/italic/etc) when changing any one element?

http://stackoverflow.com/questions/5325918/how-do-i-maintain-richtext-formatting-bold-italic-etc-when-changing-any-one-el

I added this to my RichTextBox object summary Change the richtextbox style for the current selection summary public void ChangeFontStyle.. enhancedRichTextBox1.Focus c# .net winforms richtextbox share improve this question RTB does not support this well...

How can I insert an image into a RichTextBox?

http://stackoverflow.com/questions/542850/how-can-i-insert-an-image-into-a-richtextbox

any more straightforward thing I can do c# vb.net image richtextbox rtf share improve this question The most straightforward..

Prevent AutoScrolling in C# RichTextBox

http://stackoverflow.com/questions/626988/prevent-autoscrolling-in-c-sharp-richtextbox

a way to override this behavior Thanks c# windows forms richtextbox share improve this question The RichTextBox control automatically..

displaying line number in rich text box c#

http://stackoverflow.com/questions/657635/displaying-line-number-in-rich-text-box-c-sharp

line number in rich text box c# I have a Multiline richtextbox control into which i want to integrate the feature of adding.. and display line numbers in it. I got two doubts. The richtextbox which i'm using is a custom made control and derieves from RichTextBox..

Displaying tooltip on mouse hover of a text

http://stackoverflow.com/questions/873175/displaying-tooltip-on-mouse-hover-of-a-text

tooltip.show richeditbox e.x e.y 1000 c# .net richtextbox tooltip share improve this question Well take a look this..

RichTextBox (WPF) does not have string property “Text”

http://stackoverflow.com/questions/957441/richtextbox-wpf-does-not-have-string-property-text

you know how come it can be possible c# wpf wpf controls richtextbox share improve this question There was a confusion between..