patterncsharpCritical
Is there a MessageBox equivalent in WPF?
Viewed 0 times
equivalentwpfmessageboxthere
Problem
Is there a standard message box in WPF, like WinForms'
System.Windows.Forms.MessageBox.Show(), or should I use the WinForms message box?Solution
The WPF equivalent would be the
System.Windows.MessageBox. It has a quite similar interface, but uses other enumerations for parameters and return value.Context
Stack Overflow Q#3830228, score: 439
Revisions (0)
No revisions yet.