Click here to Skip to main content
15,894,008 members
Articles / Desktop Programming / MFC

FindFirstChangeNotification & Shell_NotifyIcon together... again

Rate me:
Please Sign up or sign in to vote.
4.81/5 (21 votes)
10 Oct 2007CPOL7 min read 59.1K   1.4K   42  
A brief description on how to monitor folder changes and get notification via the taskbar's "icon tray"
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by FaxWatch.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_FAXWATCH_DIALOG             102
#define IDS_MSG_FAXWATCH                102
#define IDS_MSG_INFOTITLE               103
#define IDR_MAINFRAME                   128
#define IDR_MENU1                       129
#define IDC_EB_FOLDER                   1000
#define IDC_XB_SUBFOLDERS               1001
#define ID_OPEN                         32771
#define ID_EXIT                         32772

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        130
#define _APS_NEXT_COMMAND_VALUE         32773
#define _APS_NEXT_CONTROL_VALUE         1004
#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
Software Developer (Senior) Pinnacle Business Systems
United States United States

The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

HTTP 404 - File not found
Internet Information Services

Comments and Discussions