You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2025. It is now read-only.
David Simunič edited this page Nov 2, 2019
·
2 revisions
FolderSelectDialog.cs is my slightly modified version of ErikE's FolderSelectDialog class which allows you to use the new Vista+ open file dialog for selecting folders instead of the old folder browser dialog. This class is not used by the .NET Core 3.0 project, since .NET Core already uses the new dialog.
ListViewItemComparer.cs is used for sorting the VM listview in the main window.