TaskDialogLib 1.1.0
dotnet add package TaskDialogLib --version 1.1.0
NuGet\Install-Package TaskDialogLib -Version 1.1.0
<PackageReference Include="TaskDialogLib" Version="1.1.0" />
paket add TaskDialogLib --version 1.1.0
#r "nuget: TaskDialogLib, 1.1.0"
// Install TaskDialogLib as a Cake Addin #addin nuget:?package=TaskDialogLib&version=1.1.0 // Install TaskDialogLib as a Cake Tool #tool nuget:?package=TaskDialogLib&version=1.1.0
The TaskDialogLib is a thin wrapper library of the native Task Dialog Common Control introduced in Windows Vista for the .NET Framework and Windows Presentation Foundation. It allows you to declare task dialogs in XAML and define their logic in code-behind, including support for data binding with dependency properties.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Ownership changed: TaskDialogLib is now being maintained by flatcode. Please note that in the course of this the XAML namespace changed from "https://github.com/sevenacids/TaskDialogLib" to "http://schemas.flatcode.net/2014/presentation".
For a quick walkthrough how to use this library, see the CodeProject article: http://www.codeproject.com/Articles/751921/Introducing-TaskDialogLib-Task-Dialogs-in-XAML