Thorsten Jung
Thorsten Jung
@dahall: I uploaded an [YouTube-Video](https://youtu.be/FN3kUNfQ4r4) That's the current state of the WinUI3 Shell - Components I'm working on, using Vanara. - There's no optimization done yet, and no Unit-Tests done...
> I just committed a class I'll use for this: [`Vanara.Windows.Shell.ShellIconExtractor`](https://github.com/dahall/Vanara/blob/ac0a1ac301dd4fdea9706688dedf96d596a4908a/Windows.Shell.Common/ShellIconExtractor.cs#L27) Thank you very much. This will help a lot. 🥇
Dear @dahall Love 4 support 🧑⚕️ Currently, ⚽ European Championships take place in Germany, so no time no money 🍰 I used the new code already, it works stable 🥇...
> I just committed a class I'll use for this: [`Vanara.Windows.Shell.ShellIconExtractor`](https://github.com/dahall/Vanara/blob/ac0a1ac301dd4fdea9706688dedf96d596a4908a/Windows.Shell.Common/ShellIconExtractor.cs#L27) Hi, @dahall I used the `ShellIconExtractor` for some days now. I'm new to that multithreading stuff, but anyway I...
> Hi, @dahall > > I used the `ShellIconExtractor` for some days now. > > I'm new to that multithreading stuff, but anyway I get some strange behavior: Enumerating the...
📥 For further Development, I've created my own branch for Additions: https://github.com/electrifier/Vanara-Additions/tree/WinUI3-Shell32-Controls
For converting a `HBitmap`, you can use: ``` public ImageEx? ImageIconSource { get; internal set; } ``` Then use https://learn.microsoft.com/en-us/windows/communitytoolkit/controls/imageex: ``` using Microsoft.UI.Xaml; using Microsoft.UI.Xaml.Controls; // TODO: For EnumerateChildren-Calls, add...
> @tajbender I haven't done much with WinUI. There is a package called `Vanara.WinUI.Extensions` where we can land anything you want to add. Right now, that assembly is pretty light....
BTW: This snippet is working finally: ``` /// /// Taken from /// /// /// public static async Task GetWinUi3BitmapSourceFromIcon(Icon bitmapIcon) { if (bitmapIcon == null) return null; // convert to...
@dahall: This is currently an old version. I'll add the current progress soon. Could you then trigger an AppVoyer Run for an beta, to have it running inside the 🧃....