WinCopies.WindowsAPICodePack 1.2.0

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

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

Windows-API-Code-Pack-1.1.5

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,296 7/23/2022
3.10.0-preview 308 5/11/2022
3.7.3-preview 1,011 9/26/2021
3.7.2-preview 176 9/26/2021
3.6.0-preview 388 9/8/2021
3.5.0-preview 342 8/28/2021
3.4.0-preview 465 8/16/2021
3.3.0-preview 356 7/17/2021
3.1.2-preview 497 5/24/2021
3.0.1-preview 519 2/4/2021
3.0.0-preview 427 12/18/2020
2.12.0 13,684 7/23/2022
2.11.0 5,516 5/11/2022
2.9.3 14,687 9/26/2021
2.9.2 279 9/26/2021
2.8.0 1,108 9/8/2021
2.7.0 497 8/28/2021
2.6.0-preview 315 8/16/2021
2.5.0 3,502 7/17/2021
2.3.0 4,520 5/24/2021
2.1.1 2,870 2/4/2021
2.1.0 1,257 12/16/2020
2.0.1 826 7/14/2020
2.0.0-preview6 561 5/1/2020
2.0.0-preview3 449 4/24/2020
2.0.0-preview2 563 3/28/2020
2.0.0-preview1 499 3/19/2020
1.2.1 359 9/23/2019
1.2.0 534 7/23/2019
1.1.3 1,306 6/1/2019

System requirements:

.NET Framework version: 4.8

OS: Windows

New in this version:

Updated for the new Win32Native version

Project link: https://github.com/pierresprim/Windows-API-Code-Pack

License link: https://github.com/pierresprim/Windows-API-Code-Pack/blob/master/LICENCE