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

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

Results 45 ookii-dialogs-wpf issues
Sort by recently updated
recently updated
newest added

Initializing a dialog with the property InitialDirectory set to a local and existing folder is ignored. The Dialog always shows the last folder where a file was opened. ``` VistaOpenFileDialog...

help wanted
good first issue
hacktoberfest
needs-design

The `IFileDialog` interface already defines the [`SetClientGuid`](https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-ifiledialog-setclientguid) and [`ClearClientData`](https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-ifiledialog-clearclientdata) methods. Adding a `ClientGuid` property would enable an application to maintain different sets of dialog state for different scenarios, similar to...

Consider switching to Microsoft.Windows.CsWin32. The related PR is #84 The main benefit of generated P/Invoke methods is that the project contains less code and instead relies on the generated building...

enhancement

https://github.com/ookii-dialogs/ookii-dialogs-wpf/issues/9

Comment states: ``` // // Summary: // Displays the folder browser dialog. // // Parameters: // owner: // Handle to the window that owns the dialog. // // Returns: //...

I've been able to get a lot of the controls working, but getting an error when calling `$TaskDialog.ShowDialog():` ```Exception calling "ShowDialog" with "0" argument(s): "Unable to find an entry point...

TaskDialogIcon now has Custom, Warning, Error, Information, Shield values. The following values are missing. SecurityShieldBlueBar = 0xFFFB, SecurityWarningYellowBar = 0xFFFA, SecurityErrorRedBar = 0xFFF9, SecuritySuccessGreenBar = 0xFFF8, SecurityShieldGrayBar = 0xFFF7,

If I specify a Selected path of "1234 5678 9101 1121" the first "1" and half of the "2" is hidden from view. Larger strings hide more characters. You must...

Hello, I have one suggestion, is there a way to use the ```CredentialDialog``` without the username field? The program I'm making would be a zip file accessing program, and to...