WPFTaskDialog 1.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package WPFTaskDialog --version 1.6.0
                    
NuGet\Install-Package WPFTaskDialog -Version 1.6.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="WPFTaskDialog" Version="1.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WPFTaskDialog" Version="1.6.0" />
                    
Directory.Packages.props
<PackageReference Include="WPFTaskDialog" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WPFTaskDialog --version 1.6.0
                    
#r "nuget: WPFTaskDialog, 1.6.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.
#:package WPFTaskDialog@1.6.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WPFTaskDialog&version=1.6.0
                    
Install as a Cake Addin
#tool nuget:?package=WPFTaskDialog&version=1.6.0
                    
Install as a Cake Tool

A TaskDialog wrapper class with fallback emulator (for XP and earlier).

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on WPFTaskDialog:

Repository Stars
karno/StarryEyes
Krile StarryEyes, development has been abandoned.
Sitecore/Sitecore-Instance-Manager
SIM is an open-source tool for managing the local park of Sitecore instances. You can install, locate, maintain, reinstall or delete Sitecore products.
Version Downloads Last Updated
1.7.1 1,399 10/16/2012
1.6.0 50 9/20/2012
1.5.4573.21132 50 7/9/2012

Added support for ClickButton during callbacks (demo also now has example usage)
Callback timer is now properly stopped when the emulated dialog is closed (thanks to niemyjski)
Changed emulated dialog to show OK button instead of Close when no buttons are specified