Click here to Skip to main content
15,885,767 members
Articles / Desktop Programming / ATL

Microsoft Outlook Add-in Tutorial - 2: Addding Events to Button

Rate me:
Please Sign up or sign in to vote.
3.20/5 (12 votes)
11 Jun 20043 min read 104.4K   885   38  
This adds an Event Handler to the Button added in first tutorial.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by OutlookAddin.rc
//
#define IDS_PROJNAME                    100
#define IDR_ADDIN                       102
#define IDD_CRECORDDLG                  103
#define IDC_BUTTON_START                201
#define IDC_BUTTON_STOP                 202
#define IDC_STATIC_WELCOME              203
#define IDC_STATIC_TEXT                 204

// 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         205
#define _APS_NEXT_SYMED_VALUE           104
#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
Software Developer
New Zealand New Zealand
Chakkaradeep, known as Chaks to his friends, hails from the Indian subcontinent.Having done his Masters in Software Engineering, he knows his way around a computer and has sound knowledge of Microsoft technologies.

Chaks is currently working as a Microsoft Developer @ New Zealand.

You can reach him via his blog - http://chakkaradeep.wordpress.com

Comments and Discussions