Hello, is there some way how to display a themed MessageBox popup window?
The System.Windows.MessageBox(...) seems to display the computer theme color. I would like this popup window to be themed also when I change the theme through:
ThemeManager.CurrentTheme = ThemeNames.MetroDark;
Thanks for any hint!
[Modified 2 years ago]