Login


MFC

Microsoft Foundation Classes.
Frameworks & Libraries » MFC

 

Dialog Boxes
Articles about working with MFC dialog boxes.

Implement Accelerators in an MFC Dialog Box
Menus within MFC dialog boxes do not, by default, support accelerators. This articles shows the simple change required to implement accelerators in a dialog box.
By Jonathan Wood on Sunday, December 12, 2010

General
Covers topics generally related to the Microsoft Foundation Classes.

Adding HTML Help to Existing Dialog-Based Application
I recently had to add HTML help to an existing MFC dialog-based application. This article is my attempt to document what I learned.
By Jonathan Wood on Wednesday, September 6, 2017

Encrypting Source Code
If your application contains sensitive data, here's a way to make it a little harder for anyone to see that data.
By Jonathan Wood on Saturday, January 22, 2011

Message Maps
Articles about MFC message maps.

Advanced Message Map Techniques
This article describes a few, more advanced message map techniques that are not implemented automatically by the MFC Wizards.
By Jonathan Wood on Saturday, December 4, 2010