WindowsAPICodePack.Shell.CommonFileDialogs
1.1.5
dotnet add package WindowsAPICodePack.Shell.CommonFileDialogs --version 1.1.5
NuGet\Install-Package WindowsAPICodePack.Shell.CommonFileDialogs -Version 1.1.5
<PackageReference Include="WindowsAPICodePack.Shell.CommonFileDialogs" Version="1.1.5" />
paket add WindowsAPICodePack.Shell.CommonFileDialogs --version 1.1.5
#r "nuget: WindowsAPICodePack.Shell.CommonFileDialogs, 1.1.5"
// Install WindowsAPICodePack.Shell.CommonFileDialogs as a Cake Addin #addin nuget:?package=WindowsAPICodePack.Shell.CommonFileDialogs&version=1.1.5 // Install WindowsAPICodePack.Shell.CommonFileDialogs as a Cake Tool #tool nuget:?package=WindowsAPICodePack.Shell.CommonFileDialogs&version=1.1.5
CommonFileDialogs
CommonFileDialogs cropped from Windows API Code Pack 1.1.
Usage
using WindowsAPICodePack.Dialogs;
using CommonOpenFileDialog dialog = new()
{
IsFolderPicker = true,
};
if (dialog.ShowDialog() == CommonFileDialogResult.Ok)
{
_ = dialog.FileName;
}
README
This is a fork of the Microsoft © Windows API Code Pack, based on a repository created by Aybe. Due to the lack of updates to the original package, this fork was created to include all open pull requests on the original repository, apply fixes and add support for all current .NET Framework and .NET Core versions.
Now with added .Net6.0 support ! (windows only)
Licence
See LICENSE for the original licence (retrieved from WebArchive). The library is not developed anymore by Microsoft and seems to have been left as 'free to use'. A clarification or update about the licence terms from Microsoft is welcome, however.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. |
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5.2
- No dependencies.
-
net6.0-windows7.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on WindowsAPICodePack.Shell.CommonFileDialogs:
Repository | Stars |
---|---|
BookerLiu/GeekDesk
🔥小巧、美观的桌面快速启动工具 Small, beautiful desktop quickstart management tool with integrated Everything search
|
|
Xcube-Studio/Natsurainko.FluentLauncher
Natsurainko.FluentLauncher A Minecraft launcher designed for Windows 11
|
See in project site.