A drop-in replacement for System.Windows.MessageBox
(and System.Windows.Forms.MessageBox
) built using a Modern WPF UI.
To install with NuGet use the following command in the Packet Manager Console:
Install-Package ModernWpf.MessageBox
A simple usage example:
MessageBox.Show("This is a test text!", "Some title", MessageBoxButton.YesNoCancel, MessageBoxImage.Question);
ModernWPF.MessageBox
System.Windows.MessageBox