Click here to Skip to main content
15,885,278 members
Articles / Desktop Programming / MFC
Article

An example of a non progress bar

Rate me:
Please Sign up or sign in to vote.
4.29/5 (12 votes)
20 Feb 2005 57K   2.8K   38   8
This shows how to use a "working" progress bar like Windows XP does.

Sample Image - nonprogressbar.jpg

Introduction

Have you ever wanted to show a working indicator but you can't determinate when you have finished? Well, Windows XP uses a control similar to a Progress, but with an animation instead. Here is the code.

The GSControls.h file

To use this control in your application, you have to include this the file "GSControls.h" and before trying to create the window, call InitializeGSControls to register the class.

To create a control's window you can use the NonProgressBar_Create macro or explicitly call the function CreateWindow, using NONPROGRESS_CLASS for the window class.

The control is very easy to use and I tried to make it most similar to the Common Controls, in Win32, so I think that's all. Checkout the file.

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
Argentina Argentina
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralVery good Pin
xluo8-Jan-10 14:34
xluo8-Jan-10 14:34 
GeneralWell done! Pin
Sergey Podobry27-Nov-09 2:03
professionalSergey Podobry27-Nov-09 2:03 
QuestionHow to do this? Pin
trifi20-Nov-06 23:47
trifi20-Nov-06 23:47 
AnswerRe: How to do this? Pin
GMazzo6522-Nov-06 12:45
GMazzo6522-Nov-06 12:45 
GeneralMissing include file Pin
Giulio20002-Nov-06 3:27
Giulio20002-Nov-06 3:27 
GeneralRe: Missing include file Pin
GMazzo653-Nov-06 12:58
GMazzo653-Nov-06 12:58 
GeneralNice job Pin
zilog71829-Oct-06 21:01
zilog71829-Oct-06 21:01 
GeneralPerfect! Pin
Mike D.31-Jan-06 13:42
Mike D.31-Jan-06 13:42 

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.