enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
hacktoberfest
https://hacktoberfest.digitalocean.com
#
task-dialog
Here are 5 public repositories matching this topic...
Awesome dialogs for Windows Desktop applications built with Microsoft .NET (WinForms)
winforms
dialogs
windows-forms
hacktoberfest
progress-dialog
windowsforms
ookii
task-dialog
credential-dialog
input-dialog
common-file-dialog
-
Updated
May 21, 2022 - C#
Minimal, Reproducible example of WPF error: Unable to find an entry point named 'TaskDialogIndirect' in DLL 'comctl32.dll' on .NET 5 and .NET Core 3.1
-
Updated
Nov 15, 2020 - C#
Improve this page
Add a description, image, and links to the task-dialog topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the task-dialog topic, visit your repo's landing page and select "manage topics."
Spin-off of ookii-dialogs/ookii-dialogs-wpf#48
If you attempt to call
ShowDialogon aTaskDialogthat you haven't added any buttons to, the call toShowDialogwill throw anInvalidOperationException.Example: