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 CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
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.