Click here to Skip to main content
15,881,742 members
Articles / Desktop Programming / MFC
Article

An elliptical button class with bitmap

Rate me:
Please Sign up or sign in to vote.
2.67/5 (12 votes)
30 Aug 2004 78.1K   4.8K   48   2
An article on an elliptic button class supporting bitmaps.

Image 1

Introduction

The idea of this class comes from the CRoundButton class from Chris Maunder. I was mainly missing elliptical forms and bitmaps in this class. The elliptical form is based on the bounds of the rectangle of the button. All properties can be set in the resource editor of the developer studio.

Using the code

This class can be used like any other owner drawn control - simply include the header file, and declare your button controls as CEllipticButton instead of CButton.

Points of Interest

I combine all bitmap and text information to one bitmap. So, I must handle only one case. If you want a bitmap button without text, you must set an empty title.

The supported properties are BS_FLAT, WS_EX_RIGHT, BS_RIGHT, BS_LEFT, BS_TOP, BS_BOTTOM, BS_CENTER, BS_VCENTER, BS_MULTILINE, and BS_BITMAP.

In the second version, I supported the Windows system colors for text and the disabled picture.

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
Web Developer
Germany Germany
Dag has been programming since 1988 in the business and technical area.

His programming knowledges includes C/C++, MFC, Delpi and a lillte JAVA.

Dag was born in Germany but he likes it to traveling all over the world. In his spare time he likes running, cycle biking, mountaineering, cross country skiing and other actions in the nature.

Comments and Discussions

 
GeneralElliptical button for PocketPC Pin
codehar7-Sep-04 5:04
codehar7-Sep-04 5:04 

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.