-
The use of the standard
MessageBoxobjects have been replaced in order to remove theSystem.Drawing.Commondependency. #7You should replace the use of:
MessageBoxResultbyWpfMessageBoxResultMessageBoxIconbyWpfMessageBoxIconMessageBoxImagebyWpfMessageBoxImage
- Now targets .NET Framework 4.8 instead of 4.0.
- Multi-targets .NET Framework 4.8 and .NET 9. #3
- Focus is automatically set on TextBox (if present) or CheckBox (if present) when the window is open. #2
- Default button texts (Ok, Cancel, Yes, No) are now localized by looking for the localized strings in user32.dll.
- Hitting Ctrl-C while focus is on the message box will save its content to the clipboard.
- Set MessageBox to be centered on its parent window.
- Fix blurry font.
- Target .NET Framework 4 instead of 4.7.2.
- Added XML documentation for IntelliSense.
- Unified project name.
This is the first release of WpfMessageBox.