Click here to Skip to main content
16,018,418 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi All,

I would to know if anyone can direct me to where I may download a gui control that is similar to the progress bar, however I want one that is the spinning circle.

The reason I want a "spinning circle" is that I want to provide feedback to users that my front end is searching for a record from a DB. I figured the progress bar control to be inappropriate here as there is no way to indicate a change in progress...


Thanks for your help!
Posted
Updated 25-Nov-13 13:52pm
v2
Comments
Sergey Alexandrovich Kryukov 25-Nov-13 19:52pm    
Usually, the real reason for spinning circle is that you cannot do an estimate of wait time or number of steps...
All right, now, http://www.whathaveyoutried.com so far? You could either search for some component or just write it. What's the problem?
Anyway, you would need to specify (tag) what UI library/framework or application type do you want to use.
—SA
CHill60 25-Nov-13 21:04pm    
A progress bar actually does indicate a change in progress ... the clue is in the name. A spinning control does NOT indicate a change in progress - see SA's comment above. It *would* be appropriate for DB searches that you cannot "interrupt" to show progress. How about changing the cursor to an hourglass or similar gif?

 
Share this answer
 
A lot of frameworks or rather 3rd party Software are available , one among them being Dev Express for .NET based programming(ASP.NET,VB.NET,C#.NET,..). You need to integrate with you IDE (Visual Studio basically) and drag and drop the tools, and one of the tools provided is Loading panel.Dev Express has functionality to adjust the GUI according to your need.

Here is a link:
http://demos.devexpress.com/ASPxDockAndPopupsDemos/LoadingPanel/Example.aspx[^]

You can program then accordingly to your need
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900