https://github.com/sebastianbecker2/customselectfiledlg
OpenFileDialog-like dialog with customizable content
https://github.com/sebastianbecker2/customselectfiledlg
customizable dialog winforms
Last synced: 2 months ago
JSON representation
OpenFileDialog-like dialog with customizable content
- Host: GitHub
- URL: https://github.com/sebastianbecker2/customselectfiledlg
- Owner: SebastianBecker2
- License: mit
- Created: 2024-02-25T10:08:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T15:13:02.000Z (about 2 years ago)
- Last Synced: 2025-03-01T20:18:08.832Z (over 1 year ago)
- Topics: customizable, dialog, winforms
- Language: C#
- Homepage:
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CustomSelectFileDlg
[](https://ci.appveyor.com/project/SebastianBecker2/customselectfiledlg/branch/master)
[](https://github.com/SebastianBecker2/CustomSelectFileDlg/actions/workflows/dotnet.yml)
CustomSelectFileDlg available on [nuget](https://www.nuget.org/packages/CustomSelectFileDlg) 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](https://www.fatcow.com/free-icons) is used.
