Skip to content
#

progress-bar

Here are 41 public repositories matching this topic...

Customizable progress bar for C# console applications (.NET Core 2.0). Includes a basic progress bar which can be used for any long-running task and a file transfer progress bar that detects when the transfer has stalled, firing an event that the client can subscribe to.

  • Updated Jan 4, 2020
  • C#

This is a very simple windows form application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Task Parallel Library TPL Parallel.ForEach ProgressBar Windows Forms Action delegate Cancelling Tasks CancellationTokenSource…

  • Updated Apr 18, 2019
  • C#

Improve this page

Add a description, image, and links to the progress-bar topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the progress-bar topic, visit your repo's landing page and select "manage topics."

Learn more