Click here to Skip to main content
15,894,896 members
Articles / Desktop Programming / ATL

Classic Shell

Rate me:
Please Sign up or sign in to vote.
4.99/5 (135 votes)
23 Feb 2010MIT33 min read 975K   10K   195  
Classic Start menu and other shell features for Windows 7 and Vista.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ClassicStartMenuDLL.rc
//
#define IDD_SETTINGS                    101
#define IDD_RENAME                      102
#define IDC_EDITNAME                    102
#define IDD_RENAME1                     103
#define IDD_RENAMER                     103
#define IDI_ICON1                       103
#define IDI_APPICON                     103
#define IDD_LOGOFF                      104
#define IDD_LOGOFFR                     105
#define IDC_CHECKLOGOFF                 1001
#define IDC_CHECKFAVORITES              1002
#define IDC_CHECKUNDOCK                 1003
#define IDC_CHECKSMALL                  1004
#define IDC_CHECKCONTROLPANEL           1005
#define IDC_CHECKPRINTERS               1006
#define IDC_CHECKNETWORK                1007
#define IDC_CHECKSCROLL                 1008
#define IDC_EDITRECENT                  1009
#define IDC_LINKHELP                    1010
#define IDC_CHECKDOCUMENTS              1011
#define IDC_CHECKTHEME                  1012
#define IDC_CHECKCONFIRM                1013
#define IDC_STATICICON                  1014
#define IDC_PROMPT                      1015
#define IDC_CHECKHOTKEY                 1016
#define IDC_HOTKEY                      1017
#define IDC_CHECKLINKS                  1018
#define IDC_COMBOSKIN                   1019
#define IDC_BUTTON1                     1020
#define IDC_ABOUT                       1020
#define IDC_COMBOVAR                    1021
#define IDC_STATICVAR                   1022
#define IDC_CHECK1                      1023
#define IDC_CHECKSHIFT                  1023
#define IDC_LABEL                       65535

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        106
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1024
#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.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior)
United States United States
Ivo started programming in 1985 on an Apple ][ clone. He graduated from Sofia University, Bulgaria with a MSCS degree. Ivo has been working as a professional programmer for over 12 years, and as a professional game programmer for over 10. He is currently employed in Pandemic Studios, a video game company in Los Angeles, California.

Comments and Discussions