WPFCustomMessageBox icon indicating copy to clipboard operation
WPFCustomMessageBox copied to clipboard

A WPF clone of the native Windows/.NET MessageBox with extra features like custom button text.

Results 17 WPFCustomMessageBox issues
Sort by recently updated
recently updated
newest added

Maybe you can merge updates by other people? [For Example](https://github.com/NateShoffner/WPFCustomMessageBox)

I'd like to see the ability to set a specified message box width as versus depending upon the length of the text that you put inside the text box. Is...

The library works fine under WPF Core 3.1 (did not try it under Core 3.0). But Packages displays restore warning. I thought that might be your 1.0.9 fork but that...

No ability to use a custom icon ?!?! I don't see any custom icons in the code.

My executable is signed with a strong name. The reference for this one is not. I tried signing it with my strong name but it doesn't work. Someone help. ```...

Not an issue, but a suggestion... I got a source copy and added a scrollViewer around the text block, added max height and width to the window. I have some...

Like the regular `MessageBox` methods, `CustomMessageBox` needs overloads of the various `Show` methods which take a `Window` parameter. Otherwise, there is no way to specify the parent window and make...

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...

You can add a default MessageBoxResult in the DisplayButtons method. That way, if the user clicks on the close button of the window, the result returned will not be None...

You can add to Image_MessageBox the follwing things to make it seem like the original MessageBox: VerticalAlignment="Top" Margin="30,20,0,0" This way the image will not move around in case of long...