Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastianbecker2/customselectfiledlg
OpenFileDialog-like dialog with customizable content
https://github.com/sebastianbecker2/customselectfiledlg
customizable dialog winforms
Last synced: 4 days 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 (12 months ago)
- Default Branch: master
- Last Pushed: 2024-05-19T15:13:02.000Z (9 months ago)
- Last Synced: 2025-02-01T00:29:18.672Z (4 days 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
[![Build status](https://ci.appveyor.com/api/projects/status/u83o0hi14udcdi2y/branch/master?svg=true)](https://ci.appveyor.com/project/SebastianBecker2/customselectfiledlg/branch/master)
[![Build Status](https://github.com/SebastianBecker2/CustomSelectFileDlg/actions/workflows/dotnet.yml/badge.svg)](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.
![image](https://github.com/SebastianBecker2/CustomSelectFileDlg/assets/35063968/c5860784-d009-415b-b03e-50b843965511)