This project aims to collect together extensions to .Net in a single repo, and currently consists of the following projects.
A managed implementation of the standard Windows credential dialog, for WinForms.
A managed implementation of the standard Windows progress dialog, for WinForms.
Install the required package from NuGet:
Credential Dialog
Install-Package NetEx.WinForms.CredentialDialog
Progress Dialog
Install-Package NetEx.WinForms.CredentialDialog
Documentation is available here.
A test project is also included with the source that demonstrates the use of each project.
Each project targets the lowest framework version or standard possible in order to try and maximise compatibility.
Project | .Net | .Net Framework | .Net Standard |
---|---|---|---|
NetEx.WinForms.CredentialDialog | 5.0+ (Windows only) |
2.0 to 4.8.1 | - |
NetEx.WinForms.ProgressDialog | 5.0+ (Windows only) |
2.0 to 4.8.1 | - |
A full list of all releases is available on the Releases tab on GitHub.
Releases are also available on NuGet:
Name | NuGet |
---|---|
NetEx.WinForms.CredentialDialog | |
NetEx.WinForms.ProgressDialog |
The code is licensed under the MIT license.