WPF App loses completely focus on window close

前端 未结 8 2220
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-12 20:40

Problem description

If I make a non-modal window as a child window through setting the Owner of the window to a parent window, and then show a Messa

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-12 21:12

    Maybe i am quite late on the matter.
    @HCL this problem could be resolved more easily by setting the options parameter of the MessageBox.show() to MessageBoxOptions.None.

    Cheers...

提交回复
热议问题