Click here to Skip to main content
15,886,873 members
Articles / Desktop Programming / MFC
Article

ToolBar Customization

Rate me:
Please Sign up or sign in to vote.
4.10/5 (7 votes)
2 Aug 2001 100.7K   2.5K   39   4
Toolbar Customization with drag & drop support.

Sample Image - tbcust.jpg

Introduction

This is a little example of toolbar customization using drag and drop. Some of the code used here is from other authors (Paul di Lascia, Stan Levin etc.) but this is my contribution.

Some aspects of the code are not finished (such as saving and restoring the toolbar's state). I have tested the code on Windows 2000 so please let me know if you have problems on other platforms.

The important files are:-

tbbutton.h and tbbutton.cpp which include the implementation of the buttons (edit, combo, progress, dropdown menu etc). You can derive your own buttons from this basic implementation.

toolbar.h and toolbar.cpp which include the CToolBar code for customization and button management.

tbdlg.h and <tbdlg.cpp< code=""> which include the dialog customization interface.

mainframe.cpp which enables or disables the customization and manages the toolbars.

tbcust.cpp enables automation (without OLE, drag and drop doesn't work !)

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
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralHelp, I want to create a vs2005 style's controlbar Pin
VS_Study7-Apr-08 5:09
VS_Study7-Apr-08 5:09 
Recently , I want to create a vs2005 style's controlbar , which likes a controlbar alige left within a toolbar , how I can create that controlbar , Thanks very much !
GeneralBackgroud color problem Pin
wangdt5-Nov-04 12:28
wangdt5-Nov-04 12:28 
GeneralInvalid zip file Pin
Anonymous22-Oct-02 9:49
Anonymous22-Oct-02 9:49 
GeneralCToolBar Pin
22-Oct-01 1:16
suss22-Oct-01 1:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.