Chapter 3. MFC Message Handling Mechanism
by David Bennett and Mickey Williams
In This Chapter
Windows programs are based on an event-driven programming model. This means that most of the things your application will do are done in response to various Windows messages. If you have done any Windows programming, you already know this. This chapter will show you how to work with MFC to handle messages with C++ classes. In this chapter, you will learn about
Standard Windows commands handled by the MFC
How MFC dispatches messages to your application
Using ClassWizard to handle messages
Implementing ...
Get Visual C++® 6 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.