Click here to Skip to main content
15,897,891 members
Articles / Desktop Programming / WTL

WTL Toolbar Helper

Rate me:
Please Sign up or sign in to vote.
4.89/5 (28 votes)
11 Dec 2006CPOL9 min read 75.8K   4.1K   64  
Add text, drop-down menus, and comboboxes to a WTL toolbar.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ToolbarHelperSample.rc
//
#define IDD_ABOUTBOX                    100
#define ID_NEW_DOCUMENT                 101
#define ID_NEW_TEMPLATE                 102
#define IDR_MAINFRAME                   128
#define IDS_TOOLBAR_TEXT                129
#define IDR_MENU_IMAGES                 129
#define IDR_MENU1                       201
#define IDR_COLOUR                      201
#define IDR_NEW                         202
#define ID_COMBO_PLACEHOLDER            32772
#define ID_VIEW_RED                     32773
#define ID_VIEW_GREEN                   32774
#define ID_VIEW_BLUE                    32775
#define ID_VIEW_COLOUR                  32776
#define ID__BLUE                        32777
#define ID_                             32778
#define ID_NEW_FILE                     32779
#define ID_COMBO_PLACEHOLDER2           32780

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        202
#define _APS_NEXT_COMMAND_VALUE         32781
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           103
#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)



Comments and Discussions