WinCopies.WindowsAPICodePack 1.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package WinCopies.WindowsAPICodePack --version 1.1.3                
NuGet\Install-Package WinCopies.WindowsAPICodePack -Version 1.1.3                
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="WinCopies.WindowsAPICodePack" Version="1.1.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WinCopies.WindowsAPICodePack --version 1.1.3                
#r "nuget: WinCopies.WindowsAPICodePack, 1.1.3"                
#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 WinCopies.WindowsAPICodePack as a Cake Addin
#addin nuget:?package=WinCopies.WindowsAPICodePack&version=1.1.3

// Install WinCopies.WindowsAPICodePack as a Cake Tool
#tool nuget:?package=WinCopies.WindowsAPICodePack&version=1.1.3                

Windows-API-Code-Pack-1.1.3

README

Licence

See LICENCE for the original licence (retrieved from WebArchive). The library is not developed anymore by Microsoft and seems to have been left as 'free to use'. A clarification or update about the licence terms from Microsoft is welcome, however.

Release notes

See CHANGELOG for latest changes.

Bugs

When you submit a bug:

  • provide a short example code showing the bug
  • describe the expected behavior/result

Usage notes

TaskDialog

If you get the following exception when you instantiate a TaskDialog:

An unhandled exception of type 'System.NotSupportedException' occurred in Microsoft.WindowsAPICodePack.dll

Additional information: TaskDialog feature needs to load version 6 of comctl32.dll but a different version is current loaded in memory.

To fix it, create an application manifest and un-comment the following block section:

  
  

Note: you might have to restart Visual Studio as the DLLs seems to be cached in memory and rebuilding your project doesn't seem to be enough in some cases.

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.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on WinCopies.WindowsAPICodePack:

Package Downloads
WinCopies.WindowsAPICodePack.Shell

WindowsAPICodePack for Shell

WinCopies.WindowsAPICodePack.PortableDevices

.NET wrappers fro the PortableDevices API

WinCopies.IO

WinCopies framework's assembly for basic I/O operations

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.11.0-preview 1,497 7/23/2022
3.10.0-preview 362 5/11/2022
3.7.3-preview 1,173 9/26/2021
3.7.2-preview 204 9/26/2021
3.6.0-preview 435 9/8/2021
3.5.0-preview 392 8/28/2021
3.4.0-preview 517 8/16/2021
3.3.0-preview 407 7/17/2021
3.1.2-preview 568 5/24/2021
3.0.1-preview 599 2/4/2021
3.0.0-preview 481 12/18/2020
2.12.0 18,349 7/23/2022
2.11.0 6,056 5/11/2022
2.9.3 19,224 9/26/2021
2.9.2 319 9/26/2021
2.8.0 1,157 9/8/2021
2.7.0 535 8/28/2021
2.6.0-preview 375 8/16/2021
2.5.0 3,585 7/17/2021
2.3.0 7,162 5/24/2021
2.1.1 3,305 2/4/2021
2.1.0 1,382 12/16/2020
2.0.1 873 7/14/2020
2.0.0-preview6 639 5/1/2020
2.0.0-preview3 495 4/24/2020
2.0.0-preview2 606 3/28/2020
2.0.0-preview1 539 3/19/2020
1.2.1 390 9/23/2019
1.2.0 557 7/23/2019
1.1.3 1,391 6/1/2019

System requirements:
.NET Framework version: 4.8
OS: Windows
New in this version:
Updated project to the new .NET and code specifications and moved native components into the Win32Native package
Project link: https://github.com/pierresprim/Windows-API-Code-Pack
License link: https://github.com/pierresprim/Windows-API-Code-Pack/blob/master/LICENCE