Quantcast
Channel: wpfdialogs Wiki Rss Feed
Viewing all articles
Browse latest Browse all 20

Updated Wiki: Home

$
0
0

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 Languages
Deutsch

Special Donwloads
WPF Dialogs for .Net 3.5 V0.2.0

Warning
If 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.

Warranty
I 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, 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 library
I'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
Project Plan
Untill the first March the first dialog a basic FolderBrowseDialog will be uploaded.
More Dialogs will come later

Documentation
I'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.

Viewing all articles
Browse latest Browse all 20

Trending Articles