Skip to main content

WPF Stylist message Box

in our WPF application if we want to make our messagebox more stylist like:

   
we can easily do it in our application. For this we need to add a dll name WPF Extended toolkit to download from :

  http://wpftoolkit.codeplex.com/

To represent the messagebox we can use:

MessageBoxResult result = Microsoft.Windows.Controls.MessageBox.Show("You are welcome", "Extended WPF ToolKit MessageBox", MessageBoxButton.OKCancel, MessageBoxImage.Information);


Enjoy....

Comments

  1. Microsoft.Windows.Controls WHERE?

    ReplyDelete
  2. Thanks for the best blog. it was very useful for me.keep sharing such ideas in the future as well. armi pcp

    ReplyDelete

Post a Comment