Click here to Skip to main content
15,881,852 members
Articles / Desktop Programming / MFC

Windows Message Handling - Part 4

Rate me:
Please Sign up or sign in to vote.
4.91/5 (42 votes)
25 Apr 2003 515.1K   6K   228  
Reflected Messages, MFC and SDK Subclassing
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by subclass.rc
//
#define IDD_DIALOG1                     101
#define IDC_EDIT1                       1001

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        102
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1002
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
Web Developer
Israel Israel
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions