Click here to Skip to main content
Click here to Skip to main content

XP-style Button Control

By , 6 Aug 2002
 

Sample Image

Introduction

Here is an XP-style Button. It works on all windows OSs: 95/98/Me/NT/W2K/XP. No subclassing etc is needed to use this control - it's just a plain simple button control.  This code is a modified form of the OCX code I recently saw on codeguru. The button code was for an ActiveX control. I created this CButton derived class with latest Microsoft's sponsored CCP technology (Cut-Copy-Paste).

How to use it?

  • In you resource editor create a button and set the 'owner draw' property.
  • Use classwizard to create a CButton object in your dialog.
  • Include the "xpbutton.h" file in your dialog class file.
  • Rename the CButton object type to CXPButton.
  • Compile and enjoy.

Please visit My Web Site for more tutorials, tweaks, reference.

History

7 Aug 2002 - updated download

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

Shrishail Rana
United States United States
Member
No Biography provided

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

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
QuestionProblems compiling with VS2012membermerano21 Apr '13 - 5:33 
QuestionWhat about the non rounded frame around the button?memberagua28 Apr '09 - 10:57 
Generalgreat workmemberansif_pi28 Jul '08 - 23:53 
GeneralapologiesmemberMKMA23 Nov '07 - 3:37 
Generalproblem if init dialog is usedmemberMKMA23 Nov '07 - 3:22 
QuestionWho has the CXPEdit?memberaimar26623 Apr '06 - 4:10 
GeneralNicememberAlton Williams29 Jun '05 - 3:21 
GeneralToolTipsmemberparamecula16 Mar '05 - 2:19 
Generallittle bugsussHarbor Hu3 Mar '05 - 19:39 
GeneralRe: little bugmemberladydi9912 Apr '05 - 21:09 
GeneralRe: little bugmembervjairam1 Jun '05 - 11:11 
QuestionWhat bout other Controls...memberManoj Singh K18 Jan '05 - 19:18 
GeneralInvisiblememberfl0at4 Jul '04 - 7:24 
GeneralFix For Font example, chinese.sussanonymousafsdfasd15 May '04 - 3:58 
GeneralFix For Font example, chinese.sussanonymous15 May '04 - 3:58 
void yourbuttonclass::DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct)
{
     ...
     GetWindowText(strText);
     CFont* oldFont = pDC->SelectObject(GetParent()->GetFont());
            ...
            pDC->SelectObject(oldFont);
     return;
}
GeneralLittle BUG fixmemberIvo Wubbels23 Apr '04 - 1:31 
Generalnice going.membert2di4u28 Jan '04 - 19:11 
GeneralWhy there is no XP-style Editmemberwhizzkid@ms28.hinet.net16 Dec '03 - 13:44 
QuestionHow can I set the button colors?memberBobboots22 Aug '03 - 10:36 
Generalhwo can i set iconmemberliquidsnake18329 Apr '03 - 8:28 
QuestionWhat about xp titlebar?memberanon1231 Mar '03 - 10:46 
QuestionHow can I get change the font on the CXPButton?memberJaltair13 Feb '03 - 14:58 
AnswerRe: How can I get change the font on the CXPButton?memberJeremy Davis14 Feb '03 - 0:51 
GeneralRe: How can I get change the font on the CXPButton?memberJaltair18 Feb '03 - 6:04 
GeneralRe: How can I get change the font on the CXPButton?memberhalka14 Sep '04 - 4:06 
GeneralRe: How can I get change the font on the CXPButton?memberJeremy Davis14 Sep '04 - 4:16 
AnswerRe: How can I get change the font on the CXPButton?memberkbomb98713 Oct '05 - 8:06 
GeneralUse with PropertySheetmemberTim Hodgson3 Feb '03 - 11:10 
GeneralRe: Use with PropertySheetmemberstyx12 Feb '03 - 23:23 
QuestionHow use it In Web ExplorermemberJohnson Chen5 Oct '02 - 5:02 
Generalvb.NETmemberJason7830 Jul '02 - 15:15 
GeneralRe: vb.NETmemberMika7 Aug '02 - 22:09 
GeneralRe: vb.NETsussMark Pappert25 Oct '02 - 6:58 
GeneralDemo Resource FilememberMJ_Karas30 Jul '02 - 8:58 
GeneralRe: Demo Resource Filemembersrana30 Jul '02 - 21:35 
QuestionWhat about MultiLine??memberlion30 Jul '02 - 2:20 
AnswerRe: What about MultiLine??susssrana111 Aug '02 - 6:53 

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

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 7 Aug 2002
Article Copyright 2002 by Shrishail Rana
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid