description | title | ms.date | helpviewer_keywords | ms.assetid | |
---|---|---|---|---|---|
Learn more about: Customization for MFC |
Customization for MFC |
11/04/2016 |
|
3b1b7532-8cc9-48dc-9bbe-7fd4060530b5 |
This topic provides tips for customizing an MFC application.
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.
Additional customization tips can be found in the following topics:
Keyboard and Mouse Customization
MFC Desktop Applications
Security Implications of Customization