Click here to Skip to main content
15,891,184 members
Articles / Desktop Programming / MFC

Bitmap ToolBar

Rate me:
Please Sign up or sign in to vote.
2.50/5 (12 votes)
25 Apr 20021 min read 254.9K   4.7K   65  
This is my attempt to create a simple toolbar class that allows to set a bitmap in the background of a toolbar.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by TestToolBar.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_TESTTOOLBAR_FORM            101
#define IDR_MAINFRAME                   128
#define IDR_TESTTOTYPE                  129
#define IDB_STONE                       130
#define IDB_BITMAP_TOOLBAR              131
#define IDB_BITMAP_TAHITI               135

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        136
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1000
#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.


Written By
Web Developer
Monaco Monaco
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions