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 CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Taking Control of Gravity on Unity3D
Play with gravity in Unity.

Adding Camera Support to Universal Windows Platform Apps
With a UWP app, you can design for specific input modes and devices. Learn to control a camera from one.
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.