-
-
Notifications
You must be signed in to change notification settings - Fork 77
Sample applications
FantasticFiasco edited this page Aug 27, 2022
·
6 revisions
For each supported dialog type there is a sample application showing its usage with IDialogService
.
The sample applications are implemented using the Windows Community Toolkit. The popularity of the framework and the fact that it's a part of .NET Foundation makes it a good candidate for any project.
All sample applications are accessible using the solution found in this repository under samples, but you can also open the individual projects found in the following paths.
Introduction
Dialog types
- Modal and non‐modal dialogs
- Message box
- Open file dialog
- Save file dialog
- Folder browser dialog
- Custom modal and non‐modal dialogs
- Custom message box
- Custom open file dialog
- Custom save file dialog
- Custom folder browser dialog
Configuration
Advanced usage