Click here to Skip to main content
Licence CPOL
First Posted 16 Oct 2003
Views 98,213
Downloads 2,210
Bookmarked 62 times

XColorStatic - a colorizing static control

By Hans Dietrich | 16 Oct 2003
XColorStatic is a simple CStatic-based control that provides font changes, text and background colors, and icon display.
1 vote, 3.2%
1

2
3 votes, 9.7%
3
4 votes, 12.9%
4
23 votes, 74.2%
5
4.54/5 - 31 votes
1 removed
μ 4.48, σa 1.62 [?]

Introduction

XColorStatic is a general-purpose control to allow nice text display on a dialog. The demo shows you the kinds of text and icon display that are possible:

screenshot

XColorStatic API

Here is the complete list of CXColorStatic methods:

    void SetBackgroundColor(COLORREF rgb, BOOL bRedraw = TRUE);
    void SetTextColor(COLORREF rgb, BOOL bRedraw = TRUE);
    void SetBold(BOOL bFlag, BOOL bRedraw = TRUE);
    void SetFont(LPCTSTR lpszFaceName, int nPointSize, BOOL bRedraw = TRUE);
    void SetFont(LOGFONT *pLogFont, BOOL bRedraw = TRUE);
    void SetFont(CFont *pFont, BOOL bRedraw = TRUE);
    void SetIcon(HICON hIcon, BOOL bRedraw = TRUE);
    void SetMargins(int x, int y) { m_nXMargin = x; m_nYMargin = y; }

How To Use

To integrate XColorStatic into your app, you first need to add the following files to your project:

  • XColorStatic.cpp
  • XColorStatic.h
  • FontSize.cpp
  • FontSize.h

Then use the resource editor to add a static control to your dialog, and use Class Wizard to attach a member variable to that control. Note that when adding the static control, you must name it something other than IDC_STATIC.

Next, include the header file XColorStatic.h in the dialog's header file. Then replace the CStatic definition with CXColorStatic. Now you are ready to start using XColorStatic.

Usage

This software is released into the public domain. You are free to use it in any way you like. If you modify it or extend it, please to consider posting new code here for everyone to share. This software is provided "as is" with no expressed or implied warranty. I accept no liability for any damage or loss of business that this software may cause.

Revision History

Version 1.0 - 2003 October 17

  • Initial public release.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Hans Dietrich

Software Developer (Senior)
Hans Dietrich Software
United States United States

Member
I attended St. Michael's College of the University of Toronto, with the intention of becoming a priest. A friend in the University's Computer Science Department got me interested in programming, and I have been hooked ever since.
 
Recently, I have moved to Los Angeles where I am doing consulting and development work.
 
For consulting and custom software development, please see www.hdsoft.org.







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
GeneralScrollbar Improvement Pinmemberdarktrooper16:41 7 Jun '06  
GeneralFull Transparent Background Pinmemberwlburgess12:54 19 Oct '05  
GeneralRe: Full Transparent Background PinmemberLeeJ.C.22:36 23 Oct '05  
GeneralRe: Full Transparent Background Pinmembercaliff_usa5:53 18 Jan '07  
GeneralNot displaying tabs correctly. PinmemberDavid Fleming0:50 2 Sep '05  
JokeRe: Not displaying tabs correctly. PinmemberDavid Fleming13:19 2 Sep '05  
GeneralCode to add Vertical Scroll Bars to this Control Pinmemberkbomb9879:01 28 May '05  
QuestionIs It A BUG ?? Pinmemberrenjith_sree20:31 1 Jul '04  
AnswerRe: Is It A BUG ?? PinmemberSean Moss-Pultz2:03 16 Jul '04  
GeneralRe: Is It A BUG ?? Pinmemberrenjith_sree2:29 16 Jul '04  
GeneralThat's wrong! PinmemberSB200310:42 13 Nov '10  
GeneralDebug assertion at non-modal dialogs Pinmemberfraenky22:59 6 Apr '04  
GeneralRe: Debug assertion at non-modal dialogs PinmemberHans Dietrich1:29 7 Apr '04  
GeneralRe: Debug assertion at non-modal dialogs PinmemberHans Dietrich18:16 7 Apr '04  
GeneralRe: Debug assertion at non-modal dialogs PinmemberGray Dragon12:01 6 May '04  
GeneralRe: Debug assertion at non-modal dialogs PinmemberHans Dietrich12:38 6 May '04  
GeneralRe: Debug assertion at non-modal dialogs PinmemberGray Dragon19:35 6 May '04  
GeneralRe: Debug assertion at non-modal dialogs PinmemberGray Dragon19:58 6 May '04  
GeneralRe: Debug assertion at non-modal dialogs Pinmemberwikiguyjd11:32 26 Jan '07  
QuestionBug? PinmemberHockey13:38 27 Nov '03  
AnswerRe: Bug? PinmemberHans Dietrich1:37 28 Nov '03  
GeneralDebug Assertion Failed Pinmemberandrewgs735:12 27 Nov '03  
GeneralRe: Debug Assertion Failed PinmemberHans Dietrich10:53 27 Nov '03  
GeneralRe: Debug Assertion Failed Pinmemberandrewgs7315:09 28 Nov '03  
GeneralNice But........ PinmemberAtif Mushtaq21:41 17 Oct '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
Web03 | 2.5.120209.1 | Last Updated 17 Oct 2003
Article Copyright 2003 by Hans Dietrich
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid