MDSoft.WinFormsUtils 0.1.100

There is a newer version of this package available.
See the version list below for details.
dotnet add package MDSoft.WinFormsUtils --version 0.1.100
NuGet\Install-Package MDSoft.WinFormsUtils -Version 0.1.100
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.1.100" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MDSoft.WinFormsUtils --version 0.1.100
#r "nuget: MDSoft.WinFormsUtils, 0.1.100"
#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.1.100

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

MDSoft.WinFormsUtils package


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(_timeout)).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 net45 is compatible.  net451 was computed.  net452 was computed.  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 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5

    • No dependencies.
  • .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.

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 235 4/21/2023
0.2.40 165 4/21/2023
0.1.111 364 9/14/2021
0.1.110 283 9/7/2021
0.1.100 276 9/7/2021

## [0.1.100] - 2021-09-07