WPF Dialogs - Home - English
Project Description"WPF Dialogs" is a library for different Dialogs in WPF (e.g. FolderBrowseDialog, SaveFileDialog, OpenFileDialog etc.). These Dialogs are written in C# and use just WPF and the System.IO, no WinForms- and Win.32-librarys needed.
Other LanguagesDeutschSpecial DonwloadsWPF Dialogs for .Net 3.5 V0.2.0WarningIf you use these library, please be sure you catch the Exceptions! In a test I had the problem that I wanted to move a folder in one of its subdirectorys. Now the folder is lost. Now, I've found the folder. If found the folder on the same level as it's parent directory.
WarrantyI give no warranty of this library. You use it at your own risk.
Platform.Net 4.0, WPF 4.0, C# 4.0, Visual Studio 2010 (also Express Editions), SharpDevelop 4
.Net 3.5, WPF 3.5, C# 3.5, Visual Studio 2008 (also Express Editions), SharpDevelop 3.1
Motivation - Why I'm creating this libraryI'm still programming an Texteditor which needs OpenFile-, SaveFile- and FolderBrowseDialogs, but WPF doesn't have any dialog. So I found on msdn.com, that you can use the WIN.32 OpenFileDialog isntead. But that's no good solution and using the WinForms either. So I created this library.
Features
- DialogResult enum like in System.Windows.Forms with the name EDialogResult
- Dialogs
- Platformsupport
- .Net 4.0
- since Version 0.1.3 also .Net 3.5
DocumentationI've no documentation created yet and won't it later. That's because I try to implement these dialogs as their System.Windows.Forms pendants. If someone wants to create the documentation I would be happy. When these dialogs became more functions then the old one, then I will create an documentation.