WinCopies.WindowsAPICodePack.Sensors
2.0.0-preview1
WindowsAPICodePack for Sensors
See the version list below for details.
Install-Package WinCopies.WindowsAPICodePack.Sensors -Version 2.0.0-preview1
dotnet add package WinCopies.WindowsAPICodePack.Sensors --version 2.0.0-preview1
<PackageReference Include="WinCopies.WindowsAPICodePack.Sensors" Version="2.0.0-preview1" />
paket add WinCopies.WindowsAPICodePack.Sensors --version 2.0.0-preview1
#r "nuget: WinCopies.WindowsAPICodePack.Sensors, 2.0.0-preview1"
Windows-API-Code-Pack 2.0.0-preview1
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:
<!-- 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 2.0.0-preview1
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:
<!-- 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
Seehttps://github.com/pierresprim/Windows-API-Code-Pack/blob/master/CHANGELOG.md
Dependencies
-
.NETCoreApp 3.0
- WinCopies.WindowsAPICodePack.Win32Native (>= 2.0.0-preview1)
- WinCopies.WindowsAPICodePack.Win32Native.Consts (>= 2.0.0-preview1)
-
.NETFramework 4.7.2
- WinCopies.WindowsAPICodePack.Win32Native (>= 2.0.0-preview1)
- WinCopies.WindowsAPICodePack.Win32Native.Consts (>= 2.0.0-preview1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
3.0.1-preview | 35 | 2/4/2021 |
3.0.0-preview | 46 | 12/18/2020 |
2.1.1 | 39 | 2/4/2021 |
2.1.0 | 77 | 12/16/2020 |
2.0.1 | 118 | 7/14/2020 |
2.0.0-preview6 | 129 | 5/1/2020 |
2.0.0-preview3 | 130 | 4/24/2020 |
2.0.0-preview2 | 240 | 3/28/2020 |
2.0.0-preview1 | 156 | 3/19/2020 |