Click here to Skip to main content
Licence 
First Posted 1 Oct 2005
Views 206,242
Bookmarked 219 times

Fully Customizable XP Progress Bar (with examples)

By | 5 Nov 2005 | Article
A progress bar like the WinXP progress bar control, but completely customizable.

Introduction

I've developed an XpProgressBar that looks like the one used by the default WinXP theme. I have added a lot of features to fully customize its look.

Very important !!!

If you update the position of the progress bar in a tight loop or in a CPU intensive area and you feel that the bar is not repainted, use the following code in the place where you have problem:

Application.DoEvents();

Please don't use Invalidate(), .Refresh() or .Update(). This can result in low performance and sometimes these don't work.

XpProgressBar features

The control offers the following features:

  • Good performance

    The XpProgressBar doesn't use much of the CPU because it uses a double buffer feature that performs painting operations offline to an image and later to the screen (this works at least three times faster).

  • Non flicking double buffer

    This control is implemented with a double buffer to provide smooth animation without any flicking and small paint time.

  • Anti alias text

    All the strings painted in the progress bar are drawn using anti alias hint to provide better quality.

  • Text shadow

    You can set the shadow to the text and customize its color and the alpha channel.

  • Fully customizable

    As you can see, every property of the progress bar can be set to provide a beautiful look.

The properties of the control:

  • BackgroundImage
  • ColorBackground
  • ColorBarBorder
  • ColorBarCenter
  • ColorsXp

    Reset the colors to WinXP default.

  • ColorText
  • GradientStyle
  • SteepDistance
  • SteepWidth
  • TextShadow
  • TextShadowAlpha

GradientStyle

You can set the GradientStyle property to obtain some of these styles:

Animation sample

The following picture shows an animation sample with different timers and looks:

License

The control and the source code are completely free for commercial and non commercial use.

History

  • 2005-10-1: Article submitted.
    • 1.5
      • Improved the performance of Paint algorithms.
      • Alpha text
      • The image on the ProgressBar looks like a logo (with alpha of course, jeje).
      • Can disable Anti Alias Text.
    • 2.0
      • Vertical ProgressBar (not only horizontal)
      • Text align
      • Border color

Updates

Visit my page Marcos Meli and come back with updates soon.

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

Marcos Meli

Software Developer (Senior)

Argentina Argentina

Member

Marcos Meli v1.0 was released at august of 1980 by Francisco and Mabel Inc.
He´s from Bahia Blanca, Argentina.
 
He enjoy developing from the 12 years, has a degree in Computer Science, and of course, love this site and .NET in general.
 
He is the lead developer of the FileHelpers Library.
 
Marcos is also the co-funder of Devoo.Net.
A company that provides Object Oriented Components & Libraries for .NET developers (mostly open source)

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
Questionthanks PinmemberDon_Hard0:16 27 May '12  
GeneralMy vote of 5 PinmemberDon_Hard0:15 27 May '12  
GeneralThanks very nice Pinmemberkazemtnt12:44 13 Jun '11  
GeneralMy vote of 5 PinmemberGlimmerMan20:11 18 Dec '10  
GeneralI am learning~~ Pinmemberfairy98919:39 8 Oct '10  
GeneralMy vote of 5 Pinmemberkingtouch1:00 13 Sep '10  
GeneralVertical Progress BAR Pinmemberandrew_1661:45 12 Jun '08  
Generalline on the progress Bar Pinmembermaornit4:04 6 Nov '07  
Generalthanks Pinmemberququer17:09 9 Sep '07  
Generalprogressbar on list view Pinmemberanu jaggi1:19 2 May '07  
GeneralTriggering the progressbar from backgroundworker PinmemberUltraWhack8:35 19 Apr '07  
GeneralThanks ! Pinmemberwick954:45 12 Apr '07  
GeneralGood Job PinmemberJeffro Bodine5:30 7 Apr '07  
GeneralREALLY GREAT! PinmemberSelecters4:45 13 Mar '07  
GeneralRe: REALLY GREAT! PinmemberMarcos Meli4:52 13 Mar '07  
GeneralMagnificent submission PinmemberHuntermonk886:11 21 Feb '07  
Generalpermission problems Pinmembermerrittholmes5:35 16 Feb '07  
Hi,
 
I love your progressbar. I am using it happily in my dev environment and then when I build a setup file and install on a different machine, my Excel VSTO add-in loads fine and semes to work except when it tries to use the prgress bar and it complains that there are no execute permissions granted. I have set the whole install directory as full trust with Caspol but still no luck.
 
Any ideas?
 
Mike
 
Mike
GeneralCan't find Vertical ProgressBar (not only horizontal) Pinmembersilorenz23:54 30 Jan '07  
GeneralRe: Can't find Vertical ProgressBar (not only horizontal) PinmemberMarcos Meli7:13 31 Jan '07  
QuestionCan I Suggest a small improvement ? PinmemberTheDarkMan1:03 26 Jan '07  
AnswerRe: Can I Suggest a small improvement ? PinmemberMarcos Meli2:53 26 Jan '07  
GeneralRe: Can I Suggest a small improvement ? PinmemberTheDarkMan20:49 29 Jan '07  
GeneralThanks Pinmembernapo@burgasnet.com1:10 19 Jan '07  
GeneralRe: Thanks PinmemberMarcos Meli2:15 19 Jan '07  
GeneralMarquee mode Pinmemberroel_v18:01 20 Dec '06  

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.120529.1 | Last Updated 5 Nov 2005
Article Copyright 2005 by Marcos Meli
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid