Learn how to rapidly develop applications and add-ins using ATL for Windows CE.
Latest Registry Articles
Managed C++: Read and Write Registry Keys and Values
Tom Archer illustrates how programmatically modifying Windows Registry keys and values from Managed C++ is much easier and more intuitive than ever before.
Walking The Registry Tree
Take a detailed look at the recursive function used to walk the Registry, WalkRegTree(), initializing the tree control to depict the structure of the Registry.
Inserting Registry Keys in a List Control
Dig deeper into remote manipulation of CE devices by using Registry entries.
Responding to Tree Control Notification Messages
Discover how to handle the tree control notification messages that allow us to interact with the user's command to expand or collapse the tree and to update the tree's membership when its constituents change.
Initializing And Handling The Walk Registry Tree Page
Learn how to use CTreeCtrl to display the Windows CE Registry.
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.