Holds the Projects shown in the MFC Series of videos on the "Programming Dunce" YouTube Channel
YouTube Playlist is here: https://www.youtube.com/playlist?list=PL6DLLqUwFdkHqxRR-z05mg_rUd_Ek8xfp
Note: The code in this repo is meant to serve as a tutorial for tasks that can be done with MFC. It is not meant to be used as a model for good programming practices.
The first project in the series, serves as an introduction to MFC for the playlist.
- Messages
- Toolbar
- Serialization
- Built-in Dialog Box
- GDI Drawing
The Second project in the series, serving as an upgrade to the previous project
- Messages
- Toolbar
- Custom Dialog
- Direct2D
The Third Project in the series, adding support for Very Basic Text and introducing the ribbon
- Messages
- Ribbon
- Relationship to the main Window
- Direct2D/DirectWrite