Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.51 KB

File metadata and controls

34 lines (21 loc) · 1.51 KB
description Learn more about: Messages and Commands in the Framework
title Messages and Commands in the Framework
ms.date 11/04/2016
helpviewer_keywords
events [MFC], command routing in MFC
event-driven programming [MFC]
events [MFC], event-driven programming
message-driven programming [MFC]

Messages and Commands in the Framework

Note

The Microsoft Foundation Classes (MFC) library continues to be supported. However, we're no longer adding features or updating the documentation.

Applications written for Microsoft Windows are "message driven." In response to events such as mouse clicks, keystrokes, window movements, and so on, Windows sends messages to the proper window. Framework applications process Windows messages like any other application for Windows. But the framework also provides some enhancements that make processing messages easier, more maintainable, and better encapsulated.

The following topics introduce the key terms used in the rest of the article family to discuss messages and commands:

See also

Message Handling and Mapping