Customization for MFC

This topic provides tips for customizing an MFC application.

General Customizations

You can save and load the state of your application to the registry. When you enable this option, your application will load its initial state from the registry. If you change the initial docking layout for your application, you will have to clear the registry data for your application. Otherwise, the data in the registry will override any changes that you made to the initial layout.

Class-Specific Customizations

Additional customization tips can be found in the following topics:

Additional Customization Tips

Keyboard and Mouse Customization

User-defined Tools

See also

MFC Desktop Applications
Security Implications of Customization