evanwon / WPFCustomMessageBox

A WPF clone of the native Windows/.NET MessageBox with extra features like custom button text.
122 stars 63 forks source link

4 small changes #7

Open karstenfk opened 11 years ago

karstenfk commented 11 years ago

Added owner parameter to CustomMessageBox methods Removed blank icon and the icon space using IconHelper.cs Removed topmost flag, the dialog shouldn't be on top of other applications Center dialog on owner instead of screen