Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.34 KB

customization-for-mfc.md

File metadata and controls

37 lines (23 loc) · 1.34 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Customization for MFC
Customization for MFC
11/04/2016
customizations, MFC Extensions
3b1b7532-8cc9-48dc-9bbe-7fd4060530b5

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