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 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.