MDSoft.WinFormsUtils 0.2.50

dotnet add package MDSoft.WinFormsUtils --version 0.2.50
NuGet\Install-Package MDSoft.WinFormsUtils -Version 0.2.50
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="MDSoft.WinFormsUtils" Version="0.2.50" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MDSoft.WinFormsUtils --version 0.2.50
#r "nuget: MDSoft.WinFormsUtils, 0.2.50"
#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 MDSoft.WinFormsUtils as a Cake Addin
#addin nuget:?package=MDSoft.WinFormsUtils&version=0.2.50

// Install MDSoft.WinFormsUtils as a Cake Tool
#tool nuget:?package=MDSoft.WinFormsUtils&version=0.2.50

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

NuGet version NuGet downloads


MDSoft.WinFormsUtils

  • ControlUtils
  • InvokeControl
  • InvokePictureBox
  • InvokeProgressBar
  • ProgressBarUtils

Multi-targeted platforms

- net45
- net46
- net461
- net47
- net471
- net472
- net48

MDSoft.WinFormsUtilsTests

  • ControlUtilsTests
  • InvokeControlTests
  • InvokePictureBoxTests
  • InvokeProgressBarTests
  • ProgressBarUtilsTests

How to use

Example of usage:

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

Repositories

MDSoft.Examples

Support

Please, if this tools has been useful for you click on the star button.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6

    • No dependencies.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETFramework 4.7

    • No dependencies.
  • .NETFramework 4.7.1

    • No dependencies.
  • .NETFramework 4.7.2

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • .NETFramework 4.8.1

    • 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.50 232 4/21/2023
0.2.40 165 4/21/2023
0.1.111 363 9/14/2021
0.1.110 283 9/7/2021
0.1.100 276 9/7/2021

## [0.2.050] - 2023-04-21