WinForms.Utils 0.2.19

Suggested Alternatives

MDSoft.WinFormsUtils

dotnet add package WinForms.Utils --version 0.2.19
NuGet\Install-Package WinForms.Utils -Version 0.2.19
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WinForms.Utils" Version="0.2.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WinForms.Utils --version 0.2.19
#r "nuget: WinForms.Utils, 0.2.19"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WinForms.Utils as a Cake Addin
#addin nuget:?package=WinForms.Utils&version=0.2.19

// Install WinForms.Utils as a Cake Tool
#tool nuget:?package=WinForms.Utils&version=0.2.19

WinForms.Utils - Utils for invoking WinForms conrols from async threads and tasks.

NuGet version NuGet downloads

WinForms.Utils

  • InvokeControl
  • InvokePictureBox
  • InvokeProgressBar
  • UtilsControl
  • UtilsProgressBar

WinForms.Utils.Tests

  • EnumValues
  • EnumWinForm
  • InvokeControlTests
  • InvokePictureBoxTests
  • InvokeProgressBarTests
  • UtilsControlTests
  • UtilsProgressBarTests

How to use

Example of usage:

var task = Task.Run(async () =>
{
    await Task.Delay(TimeSpan.FromMilliseconds(_timeout)).ConfigureAwait(true);
    InvokeControl.SetVisible(button, false);
});

Please, if this tool has been useful for you consider to donate

Buy me a coffee

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.19 525 10/21/2020
0.2.16 429 10/20/2020
0.2.15 454 10/17/2020
0.2.11 437 10/16/2020

Nuget release