Illustrates how to handle the OnCtlColor message and modify the background colors of edit controls. (The article was updated.)
Latest Edit Control Articles - Page 3
Creating a Transparent Editbox with No Redraw Problems
Learn how to create a transparent edit box that works with a bitmap background.
Multiline Edit Box with Automatic Scroll Bar Display
If a multiline Edit Control is created with scroll bars set, the scroll bars are always displayed, even when not needed. Solve this problem using a class such as CScrollEdit, which is presented here.
Using the CEdit Control (Drag-and-Drop)
Allows the dragging and dropping of files with an edit control. In the example, the path name of what you dragged will be determined along with the features of the file (such as last create date).
Drag text between edit controls
A prompted edit control.
A New Technique to Add Additional Functions to Windows Controls; a Built-In Expression Calculator in the CEdit Control
Make extra functionality available from Windows controls. See how to extend the simple edit with a built-in expression calculator (just type in the expression and press "=").
Latest CodeGuru Developer Columns

Working with Standard Library Containers and Iterators in C++
Focus on standard library concepts and be introduced to container and iterator templates. Appropriate examples are provided.

Creating a Text Scroller Control
Build a scrolling text user control. Examples are in C# and VB.NET.

Creating a Text Scroller Control
Build a scrolling text user control. Examples are in C# and VB.NET.

Using Ubuntu Virtual Machine in Azure
Explore how to create and use a Ubuntu virtual machine.