Vista’s SaveFileDialog and OpenFileDialog in WPF
Windows Vista contains new Win32-Dialogs to save and open a file. There are also the old dialogs from XP available.
Windows Presentation Foundation has two wrapper-classes for Win32-Dialogs. The Microsoft.Win32-Namespace contains a SaveFileDialog- and an OpenFileDialog-class. The classes are located in the PresentationFramework-Assembly, one of the central assemblies of WPF.
When you use the classes from Microsoft.Win32-Namespace, [...]
Lesen Sie den vollständigen Eintrag unter http://www.thomasclaudiushuber.com/blog/2008/04/12/vistas-savefiledialog-and-openfiledialog-in-wpf/