Modal Window Problem
I have 2 windows. I open the second window from the first window with ShowDialog(). The problem is that when I minimize the first window (the second one is not closed yet) and after that I maximize the first window.., the second window disappeared and the first window is not accessible. I have to search it with Alt-Tab. I think that I miss something.
Thanks
How were you able to minimize the first window before closing the second window, which should be thread modal at this point.
Can you share your repro? Thanks.
The scenario, you explain, seemed a bit strange for me, but try to set Owner property of child window to the parent window and tell if it'll help