Click here to Skip to main content
15,885,435 members
Articles / Desktop Programming / WTL

RSS Reader Plug-in for Internet Explorer

Rate me:
Please Sign up or sign in to vote.
5.00/5 (12 votes)
16 Jul 2007CPOL4 min read 317.3K   1.3K   32  
This is a toolbar for the Internet Explorer which shows information from RSS taken from the Internet.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by RssReaderPlugin.rc
//
#define IDS_PROJNAME                    100
#define IDR_RRPCOMINTERFACEIMPLEMENTOR  101
#define IDD_DIALOG1                     201
#define IDC_APPLY                       201
#define IDD_CONFIG_DIALOG               201
#define IDC_NEWS_COMBO                  202
#define IDC_TITLE                       203
#define IDC_LINK                        204
#define IDC_REMOVE                      206
#define IDC_SAVE                        207
#define ID_NEWS_HEADER                  32768
#define ID_NEWS_FOOTER                  32769
#define ID_MENU_SEPARATOR               32770
#define ID_CONFIG                       32771
#define ID_NEWS_ITEM_START              32800

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        203
#define _APS_NEXT_COMMAND_VALUE         32772
#define _APS_NEXT_CONTROL_VALUE         209
#define _APS_NEXT_SYMED_VALUE           102
#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
India India
Quote : "Life is all about solving problems and enjoying their solutions !! "

Comments and Discussions