RetryCancel MessageBox

Posted by mizipzor on Stack Overflow See other posts from Stack Overflow or by mizipzor
Published on 2010-04-16T09:55:23Z Indexed on 2010/04/16 10:03 UTC
Read the original article Hit count: 399

Filed under:
|

Im using System.Windows.MessageBox.Show() to display a dialog to the user. One overload lets me set the buttons that appear using the System.Windows.MessageBoxButton enum. However, it seems to lack a RetryCancel option that my googling suggests it should have.

  • Am I missing something?
  • How do I display a RetryCancel messagebox?

© Stack Overflow or respective owner

Related posts about c#

Related posts about messagebox