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.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
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.