Skip to content

Peckmore/NetEx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetEx.WinForms.ProgressDialog

NetEx

Latest Version Build License .NET .NET Framework

A collection of (hopefully!) useful extensions to .Net.

Overview

This project aims to collect together extensions to .Net in a single repo, and currently consists of the following projects.

NetEx.WinForms.CredentialDialog

A managed implementation of the standard Windows credential dialog, for WinForms.

A credential dialog with upgraded appearance.

NetEx.WinForms.ProgressDialog

A managed implementation of the standard Windows progress dialog, for WinForms.

A progress dialog with upgraded appearance.

Usage

Install the required package from NuGet:

Credential Dialog

Install-Package NetEx.WinForms.CredentialDialog

Progress Dialog

Install-Package NetEx.WinForms.CredentialDialog

Documentation

Documentation is available here.

A test project is also included with the source that demonstrates the use of each project.

Compatibility

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 -

Releases

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 NuGet version (NetEx-CredentialDialog)
NetEx.WinForms.ProgressDialog NuGet version (NetEx-ProgressDialog)

License

The code is licensed under the MIT license.