This section contains articles that walk you through various tasks associated with new MFC library features.
In This Section
Walkthrough: Using the New MFC Shell Controls
In this walkthrough, you'll create an application that resembles File Explorer. You'll create a window that contains two panes. The left pane has a CMFCShellTreeCtrl object that will display your Desktop in a hierarchical view. The right pane has a CMFCShellListCtrl that will show the files in the folder that is selected in the left pane.
Windows developers have various options for creating applications that run on Windows. This module introduces the native Windows UI frameworks that are available for Windows development. It also provides guidance on how to choose the best framework for your application.