Explore an edit control that can display an icon and a prompt text on the background (when the edit control has no text).
Latest Edit Control Articles
Secure Random Password Generator
Generate a secure, random password of a desired length.
Customizable Masked Edit Control
Learn about an edit control with a masked input that prohibits pasting text with disallowed characters.
SP Numeric Edit Control
Learn about a masked numeric edit ActiveX control.
Changing the Background Color of an Edit Control
Learn how to change the background color of a text box.
XP Style CColorControl Class with Themed Gradient Buttons
Learn about a set of control-derived classes for a colorful presentation by using XP-styled hottracked controls with themed gradient buttons.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.