A managed implementation of the standard Windows progress dialog.
Part of the NetEx Extensions for .Net project.
This project implements a standard Windows progress dialog using the WinForms CommonDialog
as its base. The project aims to match standard .Net Framework and WinForms behaviour as closely as possible.
This project is compatible with:
- .Net Framework: 2.0 to 4.8.1
- .Net: 5.0+ (Windows only)
The source for this repository contains two projects:
- NetEx.Windows.Forms.ProgressDialog: The source for the managed implementation of the standard Windows progress dialog.
- NetEx.ProgressDialogDemo: A test project which demonstrates the use of the progress dialog.
Releases of this project are available on NuGet:
The code is licensed under the MIT license.