Top "Progress-bar" questions

A progress bar is a component in a graphical user interface used to convey the progress of a task, such as a download or file transfer.

CSS Progress Circle

I have searched this website to find progress bars, but the ones I have been able to found show animated …

html css progress-bar progress css-shapes
File upload progress bar with jQuery

I am trying to implement an AJAX file upload feature in my project. I am using jQuery for this; my …

jquery file-upload progress-bar
How to use WinForms progress bar?

I want to show progress of calculations, which are performing in external library. For example if I have some calculate …

c# winforms progress-bar
How to Create a circular progressbar in Android which rotates on it?

I am trying to create a rounded progressbar. This is what I want to achieve There is a grey color …

android progress-bar android-progressbar
Windows Forms ProgressBar: Easiest way to start/stop marquee?

I am using C# and Windows Forms. I have a normal progress bar working fine in the program, but now …

c# winforms progress-bar
How to change color in circular progress bar?

I am using circular progress bar on Android. I wish to change the color of this. I am using "?android:…

android progress-bar
Display a loading bar before the entire page is loaded

I would like to display a loading bar before the entire page is loaded. For now, I'm just using a …

javascript jquery progress-bar loading
Dynamically change bootstrap progress bar value when checkboxes checked

I'm trying to make a dynamic checklist with bootstrap progress bar. Here's my markup code <div class="progress progress-striped …

javascript jquery twitter-bootstrap twitter-bootstrap-3 progress-bar
Upload Progress Bar in PHP

Does anyone know how to get a progress bar for an upload in php? I am trying writing code for …

php upload progress-bar
Progress Bar with HTML and CSS

I want to create a progress bar like in the below image: I have no idea about creating this. Should …

html css progress-bar