The Wayback Machine - https://web.archive.org/web/20071116092328/http://www.codeguru.com:80/cpp/controls/richedit/

CodeGuru
Earthweb Search
Forums Wireless Jars Gamelan Developer.com
CodeGuru Navigation
Member Sign In
User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.

Search
The Business Internet

jobs.internet.com

internet.commerce
Partners & Affiliates
Cell Phone Plans
GPS Devices
Franchise Directory
Home Improvement
Build a Server Rack
Compare Prices
Promote Your Website
Web Design
Data Center Solutions
KVM Switches
Logo Design
Laptop Computers
Promotional Gifts
PDA Phones & Cases


RSS Feeds

RSSAll

RSSVC++/C++

RSS.NET/C#

RSSVB

See more EarthWeb Network feeds

Home >> Visual C++ / C++ >> Controls >> Rich Edit Control


Usability and Design
The Usability and design space brings together the latest information, research, tools, podcasts, and conference information related to usability and design. Content is pulled from IBM and non-IBM sites. »
 
Ajax Resource Center
This space is your one-stop shop for information on the Ajax programming model, including articles and tutorials, discussion forums, blogs, wikis, events, and news. If it's happening, it's covered here. »
 
Linux Security
The Linux security space gives an overview of security issues related to Linux and covers all aspects of securing a Linux distribution. It also links to Linux security-related news and articles. »
 
Ruby Programming
Take a closer look at Ruby, a dynamic programming language that is growing rapidly in popularity. Explore its intriguing features and learn what programmers are doing with it. »
 
Wiki: WebSphere, SOA, J2EE in Practice
This wiki discusses how to use J2EE and related technologies to develop business applications, including how to make best use of IBM J2EE products like WebSphere Application Server and Rational Application Developer, and IBM SOA products like WebSphere Process Server and WebSphere Integration Developer. While it occasionally delves into tangential topics and future trends, the primary focus is on how to make use of the products and technologies that we have today. »

Article: SQL Server from an Agnostic's Perspective. One database-agnostic developer digs deeper and finds that SQL Server can be the right choice, and in many scenarios the only choice, for any job.

Rich Edit Control

Conversions



[Updated] XP Theme Support for Rich Edit and Custom Controls
Rating:
Patchou - 01/12/2006
Learn how to add genuine Windows XP theme support to Rich Edit controls and extend the code for your own custom controls!

RTF-to-HTML Converter
Rating:
Daniel Beutler - 08/27/2003
Convert RTF data to HTML data.


Editors and Editing



CRichEditControl50W: A VC++ Rich Text Edit 4.1 MFC Control
Rating:
ShellRaker - 04/08/2005
Learn about a simple MFC Rich Edit Control using version 4.1 in msftedit.dll.

RTF File Handling
Rating:
Frunza Adriana - 09/16/2003
An RTF word processor that has standard features that include menus, a toolbar, a status bar, printing, open and save file dialogs, font support, tooltips, and much more. (The source code was updated.)

Edit: Rich Text Editor
Rating:
Sameer Abbasi - 01/23/2002
A richedit editor with lots of features.


Rich Edit Control



Creating the OutLookRichEdit Control
Rating: none
Madhu B Nair - 12/30/2002
Building an OutLookRichEdit control.

Setting selected text to read-only
Rating: none
Zafir Anjum - 10/01/2002
Setting selected text to read-only

CRichEditView/CRichEditDoc Bug Work-Around
Rating: none
John Z. Czopowik VC++ MVP - 08/30/2002
[Update] Very nice article'—not only the bug, but why it's there and how to fix it!!

Painless streaming of long rich text from/to CRichEditView
Rating: none
Paul C Maddox - 01/18/2002
This article presents code that is able to handle much larger documents, involving multiple calls to a callback function.

Insert any HBITMAP (Bitmap) in your RichEdit Control
Rating:
Hani Atassi - 08/14/2001
This article discusses how to insert a bitmap file inside the RichEdit control. It differs from other articles by working with an image that is in a resource or within a handle (HBITMAP).

Customizing the Common Find/Replace Dialog in RichEdit View
Rating: none
Kalai Kandasamy - 01/25/2001
Explains how to customize the standard CRichEditView Find/Replace dialog

RichEdit Overlay (non-MFC)
Rating:
Matt Slot - 08/03/2000
Code that enables you to make a RichEdit transparent so that the text draws over top of the contents of the parent window (or even a memory DC)!

Transparent RichEditCtrl
Rating: none
Septimiu Pelau - 08/08/1999
Transparent RichEditCtrl

RichEditCtrl Syntax Highlighting
Rating: none
Marc Britten - 07/28/1999
RichEditCtrl Syntax Highlighting

Appending multiple RichEdit Fields together
Rating: none
Daniel R. Canham and Justin Kirby - 07/26/1999
Appending multiple RichEdit Fields together

Inserting a bitmap file into a CRichEditCtrl
Rating: none
Mike Lytle - 06/23/1999
Inserting a bitmap file into a CRichEditCtrl

RTF-Based Tooltips
Rating: none
Vadim Z. - 04/22/1999
RTF-Based Tooltips

CAutoRichEditCtrl - automate rich edit formatting and RTF handling
Rating: none
Jeremy Iverson - 04/06/1999
CAutoRichEditCtrl - automate rich edit formatting and RTF handling

Controlling the RichTextCtrl Insert State
Rating: none
Roland Schneewind - 03/09/1999
Controlling the RichTextCtrl Insert State

CRichEditCtrlEx : Replacing "RICHEDIT" control with "RichEdit20A"
Rating: none
Andrew Forget - 01/18/1999
CRichEditCtrlEx : Replacing "RICHEDIT" control with "RichEdit20A"

RichEditCtrl used in chatting
Rating: none
Dalsu-Jeon - 01/17/1999
RichEditCtrl used in chatting

Advanced RichEditCtrl
Rating: none
Steve Dunn - 08/16/1998
Advanced RichEditCtrl

Strip RTF tags
Rating: none
Sendil Rajkumar - 08/11/1998
Strip RTF tags

Changing tab stops
Rating:
Zafir Anjum - 08/06/1998
Changing tab stops

Changing word wrap mode
Rating:
Zafir Anjum - 08/06/1998
Changing word wrap mode

Inserting an RTF string using StreamIn
Rating: none
Zafir Anjum - 08/06/1998
Inserting an RTF string using StreamIn

Show format characters
Rating: none
Tom Moor - 08/06/1998
Show format characters

Providing a Format toolbar
Rating:
Zafir Anjum - 08/06/1998
Providing a Format toolbar


Syntax Hilighting



Syntax coloring Editor
Rating:
Juraj Rojko - 02/18/2001
Syntax coloring Editor

CSyntaxColorizer: Syntax Highlighting Class
Rating:
Jeff Schering - 02/18/2001
Fast and versatile class for the syntax highlighting of code


Windowless



ITextSevices -- Using the Windowless RichEdit for Drawing RTF
Rating:
Yves Maurer - 10/17/2002
Learn to use ITextServices to draw RTF text. This includes a short introduction to the windowless RichEdit as well.


Developing Intelligent Communications? Visit the Avaya Developer Connection Center on DevX.
Intel Go Parallel Portal: Translating Multicore Power into Application Performance
The Microsoft Platform - Driving Your Business Forward with ALM. Click here to read this whitepaper.
Is it time to make your move to the multi-threaded and parallel processing world? Find out!
Free Trial: Web-based Bug Tracking Helps Ensure Issues Get Resolved, Not Lost.



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info