Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)