You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
MessageBox.Show(new MessageBoxInfo
{
Message = Properties.Langs.Lang.GrowlAsk,
Caption = Properties.Langs.Lang.Title,
Button = MessageBoxButton.YesNo,
IconBrushKey = ResourceToken.AccentBrush,
IconKey = ResourceToken.AskGeometry,
StyleKey = "MessageBoxCustom"
}); 这是一个后台代码的例子,但是如果这不是一个纯WPF项目,无法在APP.xml中加载资源,比如winform和wpf用户控件的混合双打,这里就会出现显示出来的控件与实际的不符合,比如MessageBox显示出来的是一个很大的空白窗体;大佬们有没有啥好的解决方案,望指点
Beta Was this translation helpful? Give feedback.
All reactions