-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added sample application for usage of common dialogs in WPF #500
Conversation
I have to say this is not the greatest sample app, but I guess it's alright for what this repo already contains. I would think you either do a showcase-type app, where people can set the properties and invoke the dialog in the UI, or you do something a bit more useful, like a trivial version of Notepad... |
This is in progress. |
2b745b8
to
d7fe047
Compare
Description
In this PR, we add a sample app demonstrating the use of common dialogs ( OpenFileDialog, SaveFileDialog, OpenFolderDialog ( available in .NET 8 ))
Customer Impact
Allows new WPF users to understand how to use file and folder dialogs easily in WPF.
Risk
None
Note
The application lacks comments and OpenFolderDialog functionality is commented out till it is available in WPF