ModernWpf.MessageBox icon indicating copy to clipboard operation
ModernWpf.MessageBox copied to clipboard

A drop-in replacement for System.Windows.MessageBox using a modern WPF UI.

Results 3 ModernWpf.MessageBox issues
Sort by recently updated
recently updated
newest added
trafficstars

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 `?