C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand(4)
Mike Gold(3)
Kirtan Patel(2)
Duncan Harris(2)
C# Curator(2)
Sumedh Waghre(1)
Kailash Chandra Behera(1)
Ankur Gupta(1)
Nipun Tomar(1)
Scott Lysle(1)
Madhukar Krishna(1)
Sourabh Somani(1)
John Bhatt(1)
Shinuraj (1)
Shankey (1)
Hemant Srivastava(1)
Jean Simon Ratte(1)
Marc Dommers(1)
Shane Snedecor(1)
Manisha Mehta(1)
Resources
No resource found
Create RichTextBox In C#
Sep 07, 2015.
In this article you will learn how to create a RichTextBox in C#.
Working With RichTextBox in WPF
Mar 26, 2015.
This article explains how to assign a string as the text/contents, getting the contents and clearing the contents of a RichTextBox in WPF.
XAML RichTextBox Code Example
Jan 01, 2015.
The <RichTextBox> element in XAML represents a RichTextBox Windows control. The code example in this tutorial shows you how to use a RichTextBox control available in WPF.
How to Design RichTextBox in Silverlight 5
May 12, 2012.
In this article, I am going to explain how to design a RichTextBox in Silverlight.
Print Richtextbox content with Formating in C# Windows Forms
Jul 19, 2011.
WPF RichTextBox Content (text+image) save to database
Dec 21, 2010.
In this article I will provide a tip for how we can save the WPF RichTextBox content (text+image) into database.
Syntax Highlighting in RichTextBox using C#
Aug 04, 2010.
This article is about how to achieve Syntax Highlight feature in RichTextBox.
Using WPF RichTextBox using C# and XAML
Sep 08, 2008.
The RichTextBox class in C# represents a WPF Rich TextBox. This tutorial shows you how to create and use a RichTextBox control using C# and XAML. How to select and replace text from WPF RichTextBox. How to change background color and foreground color of text in a RichTextBox. How to load a text file in a RichTextBox control. Spelling check in a RichTextBox.
Color Syntax Editor Part II - Exporting a RichTextBox to a Microsoft Word Document
Aug 14, 2007.
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.
Spell check enabled RichTextBox custom control
May 16, 2007.
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.
Syntax Highlighting in RichTextBox Control - Part 2
Jun 12, 2003.
This article shows how to perform interactive syntax highlighting within the RichTextBox control.
Multiple Document Interface (MDI) With RichTextBox
Mar 06, 2019.
After searching for a long time on the internet, I have read and consolidated knowledge from different websites into one place and created an original MDI application. I hope this will be useful for all coders who want to create a Wordpad like application in C#.NET using Visual Studio.
RichTextBox In ASP.NET MVC
Apr 07, 2016.
In this article I will explain how you can create a simplest RichTextBox editor in your MVC application.
RichTextBox in a Single TextBox Among Multiple TinyMCE
Mar 19, 2014.
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.
RichTextbox with context menu for setting Color and Font in .Net windows application
Dec 21, 2010.
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
Nov 21, 2010.
In this article you will learn how to use RichTextBox in Silverlight 4.
RichTextBox in C#
Aug 29, 2010.
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.
Spelling Checking Using Microsoft Word Object Library in WPF
Jul 26, 2013.
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
Sep 21, 2010.
In this artilce I will explain adding Text in Expression Blend and different text controls.
Using Tools and Windows in Expression Blend 2.0
Sep 14, 2010.
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.
Building a Tab System in Windows Forms using C#
May 16, 2010.
In this little tutorial, you will learn to make a tab system, like in Notepad++ or Firefox.
Text Editor in C#
Jan 02, 2010.
In this article I will explain how to make a Simple Text Editor in GDI+ using C#.
Calculating the normalized compression distance between two strings
Jan 20, 2009.
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.
TFTP application written in C#
Jul 07, 2004.
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.
Part I: Simple Color Syntax Code Editor for PHP written in C# and .NET
Jun 18, 2003.
The second part of this article shows how to print out the contents of a RichTextBox control.
Simple Color Syntax Code Editor for PHP written in C# and .NET: Part I
Jun 18, 2003.
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 Rich TextBox Control - Part 1
Jun 12, 2003.
This article shows how to perform basic syntax highlighting using the RichTextBox control and C#.
Opening and Viewing Text and Image Files
Mar 08, 2003.
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.