Skip to content

Latest commit

 

History

History
60 lines (50 loc) · 1.8 KB

File metadata and controls

60 lines (50 loc) · 1.8 KB
title Customization for MFC | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
customizations, MFC Extensions
ms.assetid 3b1b7532-8cc9-48dc-9bbe-7fd4060530b5
caps.latest.revision 21
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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