luojunyuan / ModernWpf.MessageBox

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C# 100.0%