Download MsgBox

Description

This project contains a message box service locator implementation implemented in C# and WPF.

Icons

MsgBox

Source Files

The download file msgbox.zip has the following entries.


00_Project_Resources/MsgBox.svg//  w w  w  .  j a  v  a  2 s.  c  o m
00_Project_Resources/MsgBox_128.png
00_Project_Resources/MsgBox_16.png
00_Project_Resources/MsgBox_32.png
00_Project_Resources/MsgBox_64.png
Binaries/Microsoft.Windows.Shell.dll
MsgBox/Behaviour/DialogCloser.cs
MsgBox/Behaviour/SetKeyboardFocusWhenIsDefault.cs
MsgBox/Commands/RelayCommand.cs
MsgBox/Converter/EnumMatchToBooleanConverter.cs
MsgBox/Converter/ImageEnumToImageConverter.cs
MsgBox/Converter/ImageEnumToVisibilityConverter.cs
MsgBox/Enums/MsgBoxButtons.cs
MsgBox/Enums/MsgBoxImage.cs
MsgBox/Enums/MsgBoxResult.cs
MsgBox/Enums/MsgBoxStyle.cs
MsgBox/IMessageBoxService.cs
MsgBox/IconHelper.cs
MsgBox/Images/Metro/Dark/appbar.cancel.png
MsgBox/Images/Metro/Dark/appbar.check.png
MsgBox/Images/Metro/Dark/appbar.information.png
MsgBox/Images/Metro/Dark/appbar.lightbulb.hue.on.png
MsgBox/Images/Metro/Dark/appbar.lightbulb.hue.png
MsgBox/Images/Metro/Dark/appbar.lightbulb.png
MsgBox/Images/Metro/Dark/appbar.lightning.png
MsgBox/Images/Metro/Dark/appbar.noentry.png
MsgBox/Images/Metro/Dark/appbar.question.png
MsgBox/Images/Metro/Dark/appbar.sign.stop.png
MsgBox/Images/Metro/Dark/appbar.stop.png
MsgBox/Images/Metro/Dark/appbar.warning.circle.png
MsgBox/Images/Metro/Dark/appbar.warning.png
MsgBox/Images/Metro/Light/appbar.cancel.png
MsgBox/Images/Metro/Light/appbar.check.png
MsgBox/Images/Metro/Light/appbar.information.png
MsgBox/Images/Metro/Light/appbar.lightbulb.hue.on.png
MsgBox/Images/Metro/Light/appbar.lightbulb.hue.png
MsgBox/Images/Metro/Light/appbar.lightbulb.png
MsgBox/Images/Metro/Light/appbar.lightning.png
MsgBox/Images/Metro/Light/appbar.noentry.png
MsgBox/Images/Metro/Light/appbar.question.png
MsgBox/Images/Metro/Light/appbar.sign.stop.png
MsgBox/Images/Metro/Light/appbar.stop.png
MsgBox/Images/Metro/Light/appbar.warning.circle.png
MsgBox/Images/Metro/Light/appbar.warning.png
MsgBox/Images/Metro/SVG/appbar.cancel.svg
MsgBox/Images/Metro/SVG/appbar.check.svg
MsgBox/Images/Metro/SVG/appbar.information.svg
MsgBox/Images/Metro/SVG/appbar.lightbulb.hue.on.svg
MsgBox/Images/Metro/SVG/appbar.lightbulb.hue.svg
MsgBox/Images/Metro/SVG/appbar.lightbulb.svg
MsgBox/Images/Metro/SVG/appbar.lightning.svg
MsgBox/Images/Metro/SVG/appbar.noentry.svg
MsgBox/Images/Metro/SVG/appbar.question.svg
MsgBox/Images/Metro/SVG/appbar.sign.stop.svg
MsgBox/Images/Metro/SVG/appbar.stop.svg
MsgBox/Images/Metro/SVG/appbar.warning.circle.svg
MsgBox/Images/Metro/SVG/appbar.warning.svg
MsgBox/Images/MsgBoxImages/48px-Dialog-accept.svg.png
MsgBox/Images/MsgBoxImages/48px-Dialog-error-round.svg.png
MsgBox/Images/MsgBoxImages/48px-Dialog-error.svg.png
MsgBox/Images/MsgBoxImages/48px-Dialog-information.svg.png
MsgBox/Images/MsgBoxImages/48px-Dialog-information_on.svg.png
MsgBox/Images/MsgBoxImages/48px-Dialog-information_red.svg.png
MsgBox/Images/MsgBoxImages/48px-Emblem-important-red.svg.png
MsgBox/Images/MsgBoxImages/48px-Emblem-important-yellow.svg.png
MsgBox/Images/MsgBoxImages/48px-Emblem-important.svg.png
MsgBox/Images/MsgBoxImages/48px-Emblem-notice.svg.png
MsgBox/Images/MsgBoxImages/48px-Help-browser.svg.png
MsgBox/Images/MsgBoxImages/48px-Process-stop.svg.png
MsgBox/Images/MsgBoxImages/48px-Software-update-urgent.svg.png
MsgBox/Internal/MessageBoxService.cs
MsgBox/Internal/ViewModel/Base/BaseViewModel.cs
MsgBox/Internal/ViewModel/MessageBoxViewModel.cs
MsgBox/Local/Strings.Designer.cs
MsgBox/Local/Strings.de-DE.Designer.cs
MsgBox/Local/Strings.de-DE.resx
MsgBox/Local/Strings.es-ES.Designer.cs
MsgBox/Local/Strings.es-ES.resx
MsgBox/Local/Strings.fr-FR.Designer.cs
MsgBox/Local/Strings.fr-FR.resx
MsgBox/Local/Strings.hi.Designer.cs
MsgBox/Local/Strings.hi.resx
MsgBox/Local/Strings.it-IT.Designer.cs
MsgBox/Local/Strings.it-IT.resx
MsgBox/Local/Strings.nl-NL.Designer.cs
MsgBox/Local/Strings.nl-NL.resx
MsgBox/Local/Strings.resx
MsgBox/Local/Strings.zh-Hans.Designer.cs
MsgBox/Local/Strings.zh-Hans.resx
MsgBox/Msg.cs
MsgBox/MsgBox.csproj
MsgBox/Properties/AssemblyInfo.cs
MsgBox/ServiceContainer.cs
MsgBox/ServiceInjector.cs
MsgBox/Themes/DarkBrushes.xaml
MsgBox/Themes/DarkIcons.xaml
MsgBox/Themes/Generic.xaml
MsgBox/Themes/LightBrushes.xaml
MsgBox/Themes/LightIcons.xaml
MsgBox/View/Modern/Behavior/ModernDialogCloser.cs
MsgBox/View/Modern/ModernDialog.cs
MsgBox/View/Modern/Themes/Button.xaml
MsgBox/View/Modern/Themes/Converters.xaml
MsgBox/View/Modern/Themes/ModernDialog.xaml
MsgBox/View/Modern/Themes/ModernUI.Dark.xaml
MsgBox/View/Modern/Themes/ModernUI.Light.xaml
MsgBox/View/Modern/Windows/Converters/BooleanToFontWeightConverter.cs
MsgBox/View/Modern/Windows/Converters/BooleanToVisibilityConverter.cs
MsgBox/View/Modern/Windows/Converters/NullToVisibilityConverter.cs
MsgBox/View/Modern/Windows/Converters/ToLowerConverter.cs
MsgBox/View/Modern/Windows/Converters/ToUpperConverter.cs
MsgBox/View/MsgBoxDialog.xaml
MsgBox/View/MsgBoxDialog.xaml.cs
MsgBox/View/MsgBoxView.xaml
MsgBox/View/MsgBoxView.xaml.cs
MsgBoxDemo.sln
MsgBoxDemo/App.xaml
MsgBoxDemo/App.xaml.cs
MsgBoxDemo/Converter/SampleParametersConverter.cs
MsgBoxDemo/DarkTheme.xaml
MsgBoxDemo/LightTheme.xaml
MsgBoxDemo/MainWindow.xaml
MsgBoxDemo/MainWindow.xaml.cs
MsgBoxDemo/MsgBoxDemo.csproj
MsgBoxDemo/MsgBoxDemo.csproj.user
MsgBoxDemo/Properties/AssemblyInfo.cs
MsgBoxDemo/Properties/Resources.Designer.cs
MsgBoxDemo/Properties/Resources.resx
MsgBoxDemo/Properties/Settings.Designer.cs
MsgBoxDemo/Properties/Settings.settings
MsgBoxDemo/ViewModel/Base/ViewModelBase.cs
MsgBoxDemo/ViewModel/MsgBoxTestViewModel.cs
Readme.txt
UserNotification/Events/ShowNotificationEvent.cs
UserNotification/Local/Strings.Designer.cs
UserNotification/Local/Strings.de-DE.Designer.cs
UserNotification/Local/Strings.de-DE.resx
UserNotification/Local/Strings.es-ES.Designer.cs
UserNotification/Local/Strings.es-ES.resx
UserNotification/Local/Strings.fr-FR.Designer.cs
UserNotification/Local/Strings.fr-FR.resx
UserNotification/Local/Strings.hi.Designer.cs
UserNotification/Local/Strings.hi.resx
UserNotification/Local/Strings.it-IT.Designer.cs
UserNotification/Local/Strings.it-IT.resx
UserNotification/Local/Strings.nl-NL.Designer.cs
UserNotification/Local/Strings.nl-NL.resx
UserNotification/Local/Strings.resx
UserNotification/Local/Strings.zh-Hans.Designer.cs
UserNotification/Local/Strings.zh-Hans.resx
UserNotification/Properties/AssemblyInfo.cs
UserNotification/Resources/CloseButtonStyle.xaml
UserNotification/Resources/close.png
UserNotification/Resources/close_x.svg
UserNotification/Resources/close_x_dark.png
UserNotification/Resources/close_x_light.png
UserNotification/Themes/DarkBrush.xaml
UserNotification/Themes/Generic.xaml
UserNotification/Themes/LightBrush.xaml
UserNotification/UserNotification.csproj
UserNotification/View/NotificationCloseButton.cs
UserNotification/View/NotificationWindow.xaml
UserNotification/View/NotificationWindow.xaml.cs
UserNotification/View/NotifyableWindow.cs
UserNotification/ViewModel/NotificationViewModel.cs
UserNotificationDemo/App.xaml
UserNotificationDemo/App.xaml.cs
UserNotificationDemo/Command/RelayCommand.cs
UserNotificationDemo/Properties/AssemblyInfo.cs
UserNotificationDemo/Properties/Resources.Designer.cs
UserNotificationDemo/Properties/Resources.resx
UserNotificationDemo/Properties/Settings.Designer.cs
UserNotificationDemo/Properties/Settings.settings
UserNotificationDemo/README.md
UserNotificationDemo/Resources/Radiation_warning_symbol.png
UserNotificationDemo/Resources/facebook-button.png
UserNotificationDemo/Resources/microsoft-windows-8-logo.png
UserNotificationDemo/Resources/notification-icon.png
UserNotificationDemo/UserNotificationDemo.csproj
UserNotificationDemo/View/MainWindow.xaml
UserNotificationDemo/View/MainWindow.xaml.cs
UserNotificationDemo/ViewModel/Base/ViewModelBase.cs
UserNotificationDemo/ViewModel/TestViewModel.cs

Download

Click the following link to download msgbox.zip.

msgbox.zip