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.

C#: Wait until progressbar finished drawing

Possible Duplicate: Winforms Progress bar Does Not Update (C#) First time asking a question here for me. I'll try to …

c# progress-bar wait lag
.NET Progress bar in taskbar on windows 7

How can I make my winforms app to show its progress bar in the icon of the taskbar on windows 7? …

c# .net windows-7 progress-bar
How to make circular progress bar in kivy?

I thought to make one simple circular progress bar using kivy and python. I searched online documentation and GitHub repertoires, …

python progress-bar kivy kivy-language
Marquee ProgressBar unresponsive with BackgroundWorker

In my code, when a button is clicked the progress bar is set to marquee and then my BackgroundWorker is …

vb.net progress-bar backgroundworker marquee
Displaying progress while uploading data

I am using the following code located here to upload files Public Function UploadFile(ByVal oFile As FileInfo) As Boolean …

vb.net ftp progress-bar ftpwebrequest ftpwebresponse
How to show a splash screen to kill the time while data is loaded?

When starting my app I at first have to read in some data, have to init some forms and so …

c# winforms progress-bar splash-screen time-wait
C# how to load a form with marquee progress bar?

I created a loadingForm with only a progress bar with marquee style. In my mainForm I'm trying to do this: //…

c# winforms progress-bar marquee