ModernWpf.MessageBox
ModernWpf.MessageBox copied to clipboard
A drop-in replacement for System.Windows.MessageBox using a modern WPF UI.
I transplanted the ContentDialog control of ModernWPF. Now it looks more like UWP... ( I couldn’t find the .net 4.5 SDK, so I changed it to 4.5.2 ) A small...
This is exactly what I'm looking for, looks absolutely awesome and well made. Unfortunately unsupported for any modern WPF Application :( Framework ".NET 6.0" simply rejects running with this NuGet...
I think this would be a nice change :) Maybe instead of hardcoding it, using the `defaultResult` parameter as an indicator which button should be `AccentButtonStyle `?