Click here to Skip to main content
15,886,518 members
Articles / Desktop Programming / MFC

System Tray Icons

Rate me:
Please Sign up or sign in to vote.
4.66/5 (26 votes)
1 Apr 2012CPOL8 min read 211.4K   7K   136  
An article on creating, manipulating and showing popup balloons on system tray icons.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by SysTray.rc
//
#define IDD_ABOUTBOX                    100
#define ID_VIEW_ARRANGE                 127
#define IDR_MAINFRAME                   128
#define IDR_SYSTRATYPE                  129
#define IDI_ICON_USERS                  131
#define IDI_ICON_INFO                   132
#define IDI_ICON_KEYS                   133
#define IDI_ICON_QUESTION               134
#define ID_ICONS_CREATEICONS            135
#define ID_ICONS_HIDEICONS              136
#define ID_ICONS_DELETEICONS            137
#define ID_SHOWICONS_KEYS               138
#define ID_SHOWICONS_INFO               139
#define ID_SHOWICONS_QUESTION           140
#define ID_SHOWICONS_USERS              141
#define ID_HIDEICONS_KEYS               142
#define ID_HIDEICONS_INFO               143
#define ID_HIDEICONS_QUESTION           144
#define ID_HIDEICONS_USERS              145
#define ID_DELETEICONS_KEYS             146
#define ID_DELETEICONS_INFO             147
#define ID_DELETEICONS_QUESTION         148
#define ID_DELETEICONS_USERS            149
#define ID_ICONS_SHOWBALLOONS           150
#define ID_SHOWBALLOONS_KEYS            151
#define ID_SHOWBALLOONS_INFO            152
#define ID_SHOWBALLOONS_QUESTION        153
#define ID_SHOWBALLOONS_USERS           154
#define IDD_DIALOG1                     155
#define ID_ICONS_CHANGETEXT             156
#define ID_CHANGETEXT_FORKEYSICON       157
#define ID_CHANGETEXT_INFO              158
#define ID_CHANGETEXT_QUESTION          159
#define ID_CHANGETEXT_USER              160
#define IDC_EDIT2                       1001

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

License

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


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

Comments and Discussions