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

Shell Extensibility - Explorer Desk Band, Tray Notification Icon et al.

Rate me:
Please Sign up or sign in to vote.
4.97/5 (21 votes)
28 Aug 2009CPOL12 min read 139.4K   3.2K   71  
A simple Calendar utility that demonstrates basic Shell extensibility techniques: desk band, tray notification icon, locales.
////////////////////////////////////////////////////////////////////////////////
// Date format setting dialog id's

#if !defined(DATE_FORMAT_DLG_RES_H)
#define DATE_FORMAT_DLG_RES_H

#define IDD_DATEFORMAT                  0x800
#define IDC_SHORTDATE                   0x801
#define IDC_LONGDATE                    0x802
#define IDC_CUSTOMDATE                  0x803
#define IDC_DATEFORMAT                  0x804
#define IDC_DATESAMPLE                  0x806
#define IDC_LANGUAGE                    0x807
#define IDC_CALENDARTYPE                0x808

#endif  // DATE_FORMAT_DLG_RES_H

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
Australia Australia
More than ten years of C++ native development, and counting.

Smile | :)

Comments and Discussions