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

Building an Office2K COM addin with VC++/ATL

Rate me:
Please Sign up or sign in to vote.
4.95/5 (110 votes)
30 Apr 200320 min read 1.6M   5.1K   224  
This article shows how to program an Outlook2000/2K+ COM addin using a pure ATL COM object.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by OutlookAddin.rc
//
#define IDS_PROJNAME                    100
#define IDR_ADDIN                       101
#define IDB_PROPPAGE                    102
#define IDR_PROPPAGE                    103
#define IDD_PROPPAGE                    104
#define IDS_TITLEPage                   105
#define IDS_HELPFILEPage                106
#define IDS_DOCSTRINGPage               107
#define IDR_PAGE                        108
#define IDB_LITEPAGE                    110
#define IDR_LITEPAGE                    111
#define IDD_LITEPAGE                    112
#define IDB_BITMAP1                     201
#define IDC_LABEL                       204
#define IDC_RED                         205
#define IDC_BLUE                        206
#define IDC_GREEN                       207

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        202
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         208
#define _APS_NEXT_SYMED_VALUE           113
#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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
India India
Amit Dey is a freelance programmer from Bangalore,India. Chiefly programming VC++/MFC, ATL/COM and PocketPC and Palm platforms. Apart from programming and CP, he is a self-taught guitar and keyboard player.

He can be contacted at visualcdev@hotmail.com


Comments and Discussions