Windows-API-Code-Pack-1.1
Windows-API-Code-Pack-1.1 copied to clipboard
Windows API Code Pack 1.1
I start my App and the form is the size I specified. I then click a button to set the folder in a text box as below. When the dialog...
Repro steps: 1. Open `.\source\Samples\ExplorerBrowser\CS\ExplorerBrowser.sln` in VS 2. Set `WPFExplorerBrowserDemo` as the startup project 3. Hit F5 Call stack: ``` System.NullReferenceException HResult=0x80004003 Message=Object reference not set to an instance of...
Please add support for .Net Standard 2.0.
I've used your librabry in a non thread safe environment and found that it had some issues, with these changes that I'm proposing to you I've made it thread safe...
In the C# project files - for Core, Shell etc. the PackageLicenseUrl indicates wrong URL Now it indicated https://github.com/contre/Windows-API-Code-Pack-1.1/LICENSE Please correct this to https://github.com/contre/Windows-API-Code-Pack-1.1/blob/main/LICENSE We do generate based on NuGet...
The reason is that for self-contained apps Assembly.Location is empty here (https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview?tabs=cli#api-incompatibility): https://github.com/contre/Windows-API-Code-Pack-1.1/blob/5f00f7c90389a32c7717a6b8fcf1b520e3a11c43/source/WindowsAPICodePack/Core/Interop/TaskDialogs/EnableThemingInScope.cs#L86 ``` CoreCLR Version: 6.0.2123.36311 .NET Version: 6.0.21 Description: The process was terminated due to an unhandled exception....
Now with added .Net7.0 support ! (windows only)
Added custom CommonFileDialogSelectionChangedEventArgs, in order to work with the currently selected folder and file names in the SelectionChanged event handler. If there is some other way to obtain that information...
Is there a recent plan for the nuget release of version 1.1.5?
I have a simple WindowsForm application that uses CommonOpenFileDialog from Window-API-Code-Pack 1.1.4. When I run my form using greater than 100% display scaling, showing CommonOpenFileDialog causes the parent form (and...