COMMUNITY: How to properly ask a question on Forums
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
LIVE
CAREER
MEMBERS
JOBS
Training
About RichTextBox
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sivaraman Dhamodaran (8)
Mahesh Chand (3)
Mike Gold (3)
Kirtan Patel (2)
Puran Mehra (2)
Dhananjay Kumar (2)
Scott Lysle (2)
Duncan Harris (2)
Sourabh Somani (1)
Sumedh Waghre (1)
Kailash Chandra Behera (1)
John Bhatt (1)
Hemant Srivastava (1)
Manisha Mehta (1)
Ankur Gupta (1)
Nipun Tomar (1)
Shinuraj (1)
Shankey (1)
Marc Dommers (1)
Shane Snedecor (1)
Related resources for RichTextBox
No resource found
RichTextBox In ASP.NET MVC
4/7/2016 6:38:11 PM.
In this article I will explain how you can create a simplest RichTextBox editor in your MVC application.
Create RichTextBox In C#
9/7/2015 11:57:29 PM.
In this article you will learn how to create a RichTextBox in C#.
Working With RichTextBox in WPF
3/26/2015 12:08:55 PM.
This article explains how to assign a string as the text/contents, getting the contents and clearing the contents of a RichTextBox in WPF.
Using XAML RichTextBox in WPF
1/1/2015 10:20:18 PM.
This tutorial shows you how to use a RichTextBox control available in WPF.
Syntax Highlighting in RichTextBox using C#
11/7/2014 7:31:18 AM.
This article is about how to achieve Syntax Highlight feature in RichTextBox.
RichTextBox in a Single TextBox Among Multiple TinyMCE
3/19/2014 12:34:44 PM.
Some time ago, I have written an post about integration of TinyMCE editor in ASP.NET website. The same was also published in CodeProject and most visited article of mine. While answering comments there, I got a request from one of reader.
Spelling Checking Using Microsoft Word Object Library in WPF
7/26/2013 3:30:46 PM.
This article shows how to check for misspelled words in a document (in a WPF Rich TextBox) using the COM Object "Microsoft Word Object Library".
Adding Text in Expression Blend
10/1/2012 7:05:22 AM.
In this artilce I will explain adding Text in Expression Blend and different text controls.
Color Syntax Editor Part II - Exporting a RichTextBox to a Microsoft Word Document
9/30/2012 3:43:14 AM.
This article is part II of a color syntax editor created back in 2003. It describes how to export the contents of the RichTextBox to Word and Open the Word Document Programmatically.
[RichTextBox Sample]: Video shows the Clipboard Operation on Rich Text. It also shows the use of Undo and Redo option on Richtext
5/20/2012 8:38:47 AM.
Video Steps1) Copies #using stements from Source file 2) Then pastes the conent to the rich text box 3) From the pasted content copies some portion of text to clipboard 4) Opens the wordpad application and pastes it 5) Finally applied some attibutes and shows the undo and redo options
[RichTextBox Sample]: This video shows setting different font and font size to a single line of text in RichTextBox control
5/20/2012 8:33:31 AM.
Video Steps 1) Loads already saved plain text 2) Selects second line of text 3) Applies different font and font style 4) Saves the content and reloads it for a cross check
[RichTextBox Sample]: Video shows applying Bold and Italic to the selected text
5/20/2012 8:27:29 AM.
1) Loads already saved plain text 2) Applies bold, italic and underline style to some portion of the text 3) Saves the result in Rich text format. (Note plain text won't support text attributes for different portions of the text) 4) Loads the Rich Text content and checks applied text attributes.
[RichTextBox Sample]: Loading the Plain Text content into RichTextBox
5/20/2012 8:22:10 AM.
Video Steps 1) Loads the plain text content saved in the previous video 2) Shows the loaded content in the richtext box control
RichTextBox Sample: Saving the Content to text file
5/20/2012 8:14:41 AM.
Saving the Content of the RichTextBox in Text file format
[RichTextBox Sample] : Setting up the Form for RichText Box Sample App
5/20/2012 8:06:45 AM.
Video Steps 1) First a Panel is added to the form. Then it is docked to the right side edge of the form 2) Then the panel is re-sized. This right side pane will have all the command for the rich text box sample 3) One more panel is added to the left of the command panel. 4) This panel is asked to fill the remaining area. Later a rich text box is placed inside this Panel.
Opening and Viewing Text and Image Files
5/19/2012 5:52:06 AM.
We will start this article with a simple application where we will learn how to open and view text and image files using the OpenFileDialog class. In doing so, we will learn some basics of GDI+ drawing, menus and panel control.
Print Richtextbox content with Formating in C# Windows Forms
5/15/2012 1:50:26 PM.
Load text stream into Richtextbox
5/15/2012 12:01:16 AM.
Shows loading plain text into Richtextbox control.
Applying Bold, Italic and Underline attribute to Richtextbox content
5/14/2012 11:28:10 PM.
Video shows applying Bold and Italic to the selected text.
How to Design RichTextBox in Silverlight 5
5/12/2012 12:53:53 PM.
In this article, I am going to explain how to design a RichTextBox in Silverlight.
RichTextBox in Windows Phone 7.1 or Mango
6/6/2011 7:48:52 PM.
RichTextBox control is one of the most welcome controls in Beta release of Windows Phone 7.1 or Mango phone.
RichTextBox in C#
3/9/2011 6:25:26 PM.
A RichTextBox control is an advanced text box that provides text editing and advanced formatting features including loading rich text format (RTF) files. In this article, I will demonstrate how to create and use various features of Windows Forms RichTextBox control.
WPF RichTextBox Content (text+image) save to database
12/21/2010 1:05:21 PM.
In this article I will provide a tip for how we can save the WPF RichTextBox content (text+image) into database.
RichTextbox with context menu for setting Color and Font in .Net windows application
12/21/2010 4:55:12 AM.
In this article you will learn how ro use RichTextbox with context menu for setting Color and Font in .Net windows application
RichTextBox in Silverlight 4
11/21/2010 11:27:40 PM.
In this article you will learn how to use RichTextBox in Silverlight 4.
Using Tools and Windows in Expression Blend 2.0
9/15/2010 9:29:14 PM.
This article is a basic introduction of Expression Blend 2 and how to use various tools in Expression Blend. I am using Expression Blend version 2.0.
Text Editor in C#
8/11/2010 12:36:31 PM.
In this article I will explain how to make a Simple Text Editor in GDI+ using C#.
Rich Text Box in Silverlight 4.0
12/7/2009 12:25:37 AM.
In this article, I am going to show how to work with Rich Text box in Silverlight 4.0.
Spell check enabled RichTextBox custom control
7/1/2009 12:00:15 AM.
This article describes a quick and simple approach to applying a spell check function to the rich text box control and bundling both features into a single custom control. Of course there is nothing novel or particularly interesting about performing spell checking upon a selection of text using the Word.DLL.
Spell check enabled RichTextBox custom control
7/1/2009 12:00:15 AM.
This article describes a quick and simple approach to applying a spell check function to the rich text box control and bundling both features into a single custom control. Of course there is nothing novel or particularly interesting about performing spell checking upon a selection of text using the Word.DLL.
Calculating the normalized compression distance between two strings
1/20/2009 11:38:07 PM.
The normalized compression distance (NCD) is a mathematical tool to cluster any objects that are similar. Besides, this article discusses the use of two RichTextBox controls for pasting and copying of text. It also introduces the use of the ContextMenuStrip control.
Part I: Simple Color Syntax Code Editor for PHP written in C# and .NET
8/30/2006 12:32:30 AM.
The second part of this article shows how to print out the contents of a RichTextBox control.
Part I: Simple Color Syntax Code Editor for PHP written in C# and .NET
8/29/2006 7:13:33 AM.
The Application is a simple Windows Form program that allows you to open and save the text files edited in the rich edit control, as well as print them out. The program takes advantage of a “syntax” text file for PHP which lists the functions and keywords contained in the PHP language.
Syntax Highlighting in RichTextBox Control - Part 2
12/29/2005 11:42:45 PM.
This article shows how to perform interactive syntax highlighting within the RichTextBox control.
Syntax Highlighting in Rich TextBox Control - Part 1
12/29/2005 11:36:14 PM.
This article shows how to perform basic syntax highlighting using the RichTextBox control and C#.
TFTP application written in C#
12/26/2005 4:15:01 AM.
This application is the beginning of a program I want to use to download switch/router configuration files via TFTP and archive them. This application merely asks for an IP address and a filename then it receives the file via TFTP and displays it in a RichTextBox.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download