Skip to content

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

License

Notifications You must be signed in to change notification settings

OpenByteDev/ModernWpf.MessageBox

Repository files navigation

ModernWpf.MessageBox

nuget badge Unlicense

A drop-in replacement for System.Windows.MessageBox (and System.Windows.Forms.MessageBox) built using a Modern WPF UI.

Installation

To install with NuGet use the following command in the Packet Manager Console:

Install-Package ModernWpf.MessageBox

Usage

A simple usage example:

MessageBox.Show("This is a test text!", "Some title", MessageBoxButton.YesNoCancel, MessageBoxImage.Question);

ModernWPF.MessageBox

ModernWpf.MessageBox

System.Windows.MessageBox

System.WindowsMessageBox

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages