Click here to Skip to main content
15,893,814 members
Articles / Desktop Programming / MFC

MFC extension library - A plugin to handle owner drawn menus

Rate me:
Please Sign up or sign in to vote.
4.41/5 (7 votes)
11 May 2004CPOL12 min read 76.2K   1.6K   45  
Continuation of the Plugin Architecture series
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ODMenu.rc
//
#define IDC_ENABLED                     3000
#define IDC_DISABLED                    3001
#define IDR_MENU                        3002
#define IDD_DEBUG_DIALOG                3003
#define IDR_TOOLBAR                     3004
#define ID_DEBUGMENU_MENUICONPREVIEW    32776

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        3005
#define _APS_NEXT_COMMAND_VALUE         32777
#define _APS_NEXT_CONTROL_VALUE         3002
#define _APS_NEXT_SYMED_VALUE           3000
#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.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Sirius Analytical Instruments
United Kingdom United Kingdom
A research and development programmer working for a pharmaceutical instrument company for the past 17 years.

I am one of those lucky people who enjoys his work and spends more time than he should either doing work or reseaching new stuff. I can also be found on playing DDO on the Cannith server (Send a tell to "Maetrim" who is my current main)

I am also a keep fit fanatic, doing cross country running and am seriously into [url]http://www.ryushinkan.co.uk/[/url] Karate at this time of my life, training from 4-6 times a week and recently achieved my 1st Dan after 6 years.

Comments and Discussions