Click here to Skip to main content
Click here to Skip to main content

Background Highlighting with the RichTextBox the System way.

By , 27 Apr 2003
 

Sample Image - tarrorichtextbox.png

Introduction

This DLL extends the RichTextBox control in Windows Forms to add background highlighting color, background color clearing, highlighting and 'Scroll To Bottom' support. The article on CodeProject by Frederick Volking entitled "RichTextBox with background highlighting in VB.NET" does pretty much the same as this, only his article edits the color tables and RTF text currently used in the RichTextBox. My version uses calls on the RichTextBox directly to highlight/clear selections.

Functionality Added

A stonking 4 (count them) methods are added to the RichTextBox:

  • RichTextBox.SelectionBackColor (Property) - Gets or sets the current selection's backcolor. Used the same way as RichTextBox.SelectionColor.
  • RichTextBox.ClearBackColor (Sub) - Clears all or just the selected backcolor as though it was never there.
  • RichTextBox.Highlight (Sub) - Highlights the given text in the RichTextBox with the given color.
  • RichTextBox.ScrollToBottom (Sub) - Scrolls the RichTextBox to the bottom of the viewport.

Reusing the New RichTextBox

The release version of the dll is included in the demo project, simply reference this DLL and add the DLL to the toolbox, then drop the new RichTextBox onto a form, then you are all done.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

LokiSD
Web Developer
United Kingdom United Kingdom
Member
Self taught programmer of 6 years or so, started on the ZX Spectrum, through to the Amiga and then the PC. Enjoy coding for fun, most of my work is done in VB.NET, although have a background in many other langauges. Enjoy fiddling with Win32 and writing the odd small game here and there.
 
Currently studying a BSc(Hons) Software Engineering course at University.

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
QuestionQ: How can I detect more than ONE name of font selected?membernanomartin29 Jan '07 - 16:35 
GeneralAppending text and keeping previous highlightingmembermyalias1234567828 Nov '06 - 10:25 
GeneralDid you aware of "Highlight" stucksmemberSharon12316 May '06 - 0:09 
GeneralRe: Did you aware of "Highlight" stucksmembersujit177923 Jul '09 - 19:33 
GeneralOutstanding ControlmemberScott McCain8 May '06 - 21:46 
GeneralRe: Outstanding ControlmemberScott McCain9 May '06 - 19:32 
GeneralWho can tell me ??? thanks you !!!memberhujinrong17 May '05 - 22:18 
GeneralVisual C++ 2005 expressmemberianw.moore28 Oct '04 - 21:06 
GeneralNice code, and easy to extendmemberRogerLainson26 Oct '04 - 20:39 
GeneralHighlighting with multiple formsmemberSajida Abdul Majeed11 Oct '04 - 20:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 28 Apr 2003
Article Copyright 2003 by LokiSD
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid