Is there a standard message box in WPF, like WinForms\' System.Windows.Forms.MessageBox.Show(), or should I use the WinForms message box?
The equivalent to WinForms' MessageBox in WPF is called System.Windows.MessageBox.
MessageBox