The way you interact with a personal computing device is changing and is about to change even more with lots of touching and even a little hidden video.
Latest Common Dialogs Articles
Browse for Folder with a Quick Pick
Learn about a customized version of the "Browse for folder" dialog that creates quick picks to your selected directories.
File Open and Save As Dialogs for MFC Applications Using GDI+
Learn about CFileDialog-derived classes that offer an easy way to implement File Open and Save As dialogs in MFC applications that use GDI+.
Creating an Open/SaveAs That Stores the MRUD
[Update] Tired of having to navigate from "MyDocuments" for a document every time you open your app? This class stores your Most Recently Used Directory (MRUD) in the Registry for the next time you open the application.
Detail View in FileOpen Dialog
Code to provide a detail view by default in your extended FileOpen dialog.
Non-Modal File Dialog Class
Nicely done class that allows for non-modal display of the common file dialog
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.