ookii-dialogs-winforms icon indicating copy to clipboard operation
ookii-dialogs-winforms copied to clipboard

Awesome dialogs for Windows Desktop applications built with Microsoft .NET (WinForms)

Results 22 ookii-dialogs-winforms issues
Sort by recently updated
recently updated
newest added

Hi, Do you know if it's possible to start a progressBar with ProgressBarStyle = ProgressBarStyle.MarqueeProgressBar, and change later (after the number of iterations is known) to ProgressBarStyle = ProgressBarStyle.ProgressBar with...

Enhance credential dialog to support showing a Windows error message explaining why the credential dialog is needed or why the previous authentication call failed.

Relates to https://github.com/augustoproiete/ookii-dialogs-wpf/issues/28 --- Now that we are using the SDK-style with multi-targeting and and have a good build pipeline setup, it would be easy to generate separate NuGet packages...

enhancement

The API supports `FOS_ALLOWMULTISELECT` but an option to set it is not exposed in the `VistaFolderBrowserDialog`

enhancement

Fix issue https://github.com/caioproiete/ookii-dialogs-winforms/issues/1

Same as https://github.com/augustoproiete/ookii-dialogs-wpf/issues/27

help wanted

- Bug crash of VistaFolderBrowserDialog when using root directory path (same for VistaSaveFileDialog when directory is "C:\\" and default file name is empty) - Need add forceDownLevel optional for FolderBrowserDialog

Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) from 1.0.2 to 1.0.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.NETFramework.ReferenceAssemblies&package-manager=nuget&previous-version=1.0.2&new-version=1.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
.NET

Bumps [minver-cli](https://github.com/adamralph/minver) from 4.3.0 to 5.0.0. Changelog Sourced from minver-cli's changelog. 5.0.0 Enhancements #861: Bump NuGet.Versioning from 6.4.0 to 6.5.0 #866: [BREAKING] Do not include MinVerBuildMetadata in PackageVersion #879: Bump...

dependencies
.NET

From your main winforms page on https://github.com/ookii-dialogs/ookii-dialogs-winforms .... Quote: The included sample application [Ookii.Dialogs.WinForms.Sample](https://github.com/ookii-dialogs/ookii-dialogs-winforms/blob/master/sample/Ookii.Dialogs.WinForms.Sample) demonstrate the dialogs for Windows Forms. View the source of this application to see how to...