Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.4 KB

messages-and-commands-in-the-framework.md

File metadata and controls

32 lines (20 loc) · 1.4 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Messages and Commands in the Framework
Messages and Commands in the Framework
11/04/2016
events [MFC], command routing in MFC
event-driven programming [MFC]
events [MFC], event-driven programming
message-driven programming [MFC]
d799ed8c-6a9f-4f05-be5d-29cb5bc6d185

Messages and Commands in the Framework

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