Click here to Skip to main content
Licence 
First Posted 28 Jun 2000
Views 360,988
Downloads 4,372
Bookmarked 96 times

Cool Push Menu Button

By Norm .net | 3 Jul 2003
This article shows the use of a Push button with a drop down menu, similar to the one found in the Office 2000 suite.
8 votes, 36.4%
1

2
1 vote, 4.5%
3

4
13 votes, 59.1%
5
3.13/5 - 59 votes
μ 3.80, σa 3.40 [?]

Sample Image - coolbtn.jpg

Introduction

This article shows the use of a Push button with a drop down menu, similar to the one found in the Office 2000 suite. The code is encapsulated in a MFC class. The class itself is derived from a CButton class, by deriving from this class most of the button behavior is supplied.

The main core of the code is the drawing routine draw the button and its behavior. Also there is extensive use of mouse trapping code.

The public interface to access the class is shown here...

BOOL Create( LPCTSTR lpszCaption, DWORD dwStyle, 
                  const RECT& rect, CWnd* pParentWnd, UINT nID );
BOOL SetButtonImage(UINT nResourceId, COLORREF crMask);
BOOL AddMenuItem(UINT nMenuId,const CString strMenu, UINT nFlags);

These functions create the class, set the bitmap for the button and add menu items for the drop menu menu.

The bitmap must be added as a bitmap resource in the class and its probably best to use the standard toolbar button size (16x15 pixels).

The color reference for the mask is usually RGB(255,0,255) (Magenta).

Menu items are added to the menu button by the AddMenuItem function. You'll need to create a resource symbol and use the relevant menu flags found in the Windows API under menus (Beyond the scope of this document). Command handlers are then added to the parent windows message map (see the code example).

In the sample shown there the button is constructed in the OnInitDialog handler. The button is created as a Window, but could quite easy be changed to a subclassed dialog item.

There is room for improvement in the class; RemoveMenuItem, ModifyMenuItem could be added and the SetButtonImage could be modified to replace a current image, unfortunately project deadlines prevent me adding this functionality.

History

  • 29 July 2000 - updated source and demo
  • 4 July 2003 - update source and demo

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

About the Author

Norm .net

Chief Technology Officer
Software Kinetics
United Kingdom United Kingdom

Member

Follow on Twitter Follow on Twitter



Software Kinetics
are experts in developing customised and bespoke applications and have expertise in the development of desktop, mobile and internet applications on Windows.

We specialise in:

  • User Interface Design
  • Desktop Development
  • Windows Phone Development
  • Windows Presentation Framework
  • Windows Forms
  • Windows Communication Framework
  • Windows Services
  • Network Applications
  • Database Applications
  • Web Development
  • Web Services
  • Silverlight
  • ASP.net
 
Visit Software Kinetics

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralSmall Modification PinmemberChasCurry9:17 27 Jan '11  
GeneralMy vote of 4 PinmemberSmaaart20:14 5 Oct '10  
GeneralMy vote of 1 PinmemberSheetal_Joshi3:18 22 Oct '09  
GeneralRe: My vote of 1 PingroupNorm .net2:06 28 Oct '09  
GeneralRe: My vote of 1 PinmemberSheetal_Joshi6:48 8 Dec '09  
GeneralRe: My vote of 1 PingroupNorm .net21:44 8 Dec '09  
GeneralMy vote of 1 PinmemberRyleigh8:37 27 Mar '09  
GeneralRe: My vote of 1 PinmvpRajesh R Subramanian4:44 20 May '09  
GeneralRe: My vote of 1 PingroupNorm .net5:44 20 May '09  
GeneralMessage Automatically Removed PinmemberElkay7:37 9 Jan '09  
GeneralMislocation of the button PinmemberCarrie_Jia18:07 22 Jun '05  
GeneralMinor Modifications PinmemberDaemonNZ13:44 27 Nov '03  
GeneralA few additions... PinsussAnonymous7:21 7 Nov '03  
Question.NET Version for WindowsForms? PinsitebuilderUwe Keim1:10 25 Aug '03  
GeneralNew version PinmemberHans Dietrich3:19 7 Jul '03  
GeneralRe: New version PinmemberHans Dietrich5:38 7 Jul '03  
GeneralRe: New version PinmemberNormski22:16 17 Jul '03  
GeneralRe: New version PinmemberHans Dietrich8:45 18 Jul '03  
Generalnot descriptive!! PinmemberM.Shoaib Khan8:28 5 Jul '03  
GeneralRe: not descriptive!! PinmemberNormski7:47 17 Jul '03  
GeneralA better solution PinmemberSuha Aktan22:23 10 Jun '03  
GeneralRe: A better solution PinmemberCodeCracker10:30 11 Jun '03  
GeneralRe: A better solution PinmemberSuha Aktan4:25 12 Jun '03  
GeneralRe: A better solution PinmemberNormski9:34 16 Jun '03  
GeneralRe: A better solution Pinmemberveal3:58 14 Jun '03  

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

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

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120206.1 | Last Updated 4 Jul 2003
Article Copyright 2000 by Norm .net
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid