Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.25 KB

README.md

File metadata and controls

12 lines (8 loc) · 1.25 KB

CustomSelectFileDlg

Build status Build Status

CustomSelectFileDlg available on nuget is a .Net WinForms dialog that allows you to specify the content yourself.
Regular OpenFileDialog and SaveFileDialog show files and folders from the local filesystems.
With CustomSelectFileDlg, you can create your own filesystem or show the filesystem of another machine or display anything that has a filesystem-like hierarchy.
CustomSelectFileDlg tries to imitate the style and usability of the standard Windows OpenFileDialog and SaveFileDialog.
Additionally it supports folder selection, similar to the CommonOpenFileDialog from Microsoft.WindowsAPICodePack.Dialogs.

The amazing FatCow IconPack is used.

image