Learn about an edit control with a masked input that prohibits pasting text with disallowed characters.
Latest Masked Edit Controls Articles
SP Numeric Edit Control
Learn about a masked numeric edit ActiveX control.
Implement a Console Window Using Edit Control
If you are writing a telnet-like application that needs a console window, try this simple solution.
MFC Extension Class CProductKey
Provides an easy way to enter IDs, PINs, product keys, or so. Also interesting for those who want to know how to embed a customized font into an application.
Masked CEdit Control
A masked edit control allows per-character masking. Also, it can be put into passworded mode. There may also be read-only text inside of the box the user can not modify.
Creating a Numeric Edit Box
[Update] Source code has been added for this article.
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.