WinCopies.WindowsAPICodePack
2.1.0
WindowsAPICodePack Core
See the version list below for details.
Install-Package WinCopies.WindowsAPICodePack -Version 2.1.0
dotnet add package WinCopies.WindowsAPICodePack --version 2.1.0
<PackageReference Include="WinCopies.WindowsAPICodePack" Version="2.1.0" />
paket add WinCopies.WindowsAPICodePack --version 2.1.0
Windows-API-Code-Pack
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.
Contributing
Any contributor to this project has to read this code of conduct before contributing and has to follow the rules described in it for any contribution to this project.
Bugs
When you submit a bug:
- provide a short example code showing the bug
- describe the expected behavior/result
Usage notes
This assembly/package provides code that can be used directly and also code that can be used in other packages to implement property systems features.
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:
<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
<!-- <dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>-->
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.
Windows-API-Code-Pack
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.
Contributing
Any contributor to this project has to read this code of conduct before contributing and has to follow the rules described in it for any contribution to this project.
Bugs
When you submit a bug:
- provide a short example code showing the bug
- describe the expected behavior/result
Usage notes
This assembly/package provides code that can be used directly and also code that can be used in other packages to implement property systems features.
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:
<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
<!-- <dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>-->
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.
Release Notes
See https://github.com/pierresprim/Windows-API-Code-Pack/blob/master/CHANGELOG.md
Dependencies
-
.NETCoreApp 3.0
- WinCopies.Util (>= 2.6.1.1)
- WinCopies.WindowsAPICodePack.COMNative (>= 2.1.0)
- WinCopies.WindowsAPICodePack.Win32Native (>= 2.1.0)
-
.NETCoreApp 3.1
- WinCopies.Util (>= 2.6.1.1)
- WinCopies.WindowsAPICodePack.COMNative (>= 2.1.0)
- WinCopies.WindowsAPICodePack.Win32Native (>= 2.1.0)
-
.NETFramework 4.7.2
- WinCopies.Util (>= 2.6.1.1)
- WinCopies.WindowsAPICodePack.COMNative (>= 2.1.0)
- WinCopies.WindowsAPICodePack.Win32Native (>= 2.1.0)
-
.NETFramework 4.8
- WinCopies.Util (>= 2.6.1.1)
- WinCopies.WindowsAPICodePack.COMNative (>= 2.1.0)
- WinCopies.WindowsAPICodePack.Win32Native (>= 2.1.0)
-
net5.0-windows7.0
- WinCopies.Util (>= 2.6.1.1)
- WinCopies.WindowsAPICodePack.COMNative (>= 2.1.0)
- WinCopies.WindowsAPICodePack.Win32Native (>= 2.1.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on WinCopies.WindowsAPICodePack:
Package | Downloads |
---|---|
WinCopies.WindowsAPICodePack.Shell
WindowsAPICodePack for Shell
|
|
WinCopies.WindowsAPICodePack.PortableDevices
.NET wrappers fro the PortableDevices API
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
3.0.0-preview | 57 | 12/18/2020 |
2.1.0 | 212 | 12/16/2020 |
2.0.1 | 206 | 7/14/2020 |
2.0.0-preview6 | 232 | 5/1/2020 |
2.0.0-preview3 | 146 | 4/24/2020 |
2.0.0-preview2 | 271 | 3/28/2020 |
2.0.0-preview1 | 183 | 3/19/2020 |
1.2.1 | 144 | 9/23/2019 |
1.2.0 | 222 | 7/23/2019 |
1.1.3 | 543 | 6/1/2019 |