Get rid of XAML Window from Taskbar

Posted by griegs on Stack Overflow See other posts from Stack Overflow or by griegs
Published on 2010-05-10T03:57:21Z Indexed on 2010/05/10 4:08 UTC
Read the original article Hit count: 334

Filed under:
|
|

If I have a XAML window that I show with ShowDialog, is there a way to make it (not) appear in the taskbar?

The problem is that I can set the window to be topmost but if that window opens another dialog and I set that also to be topmost, I can put the second behind the first by clicking in the taskbar. This tends to confuse users.

© Stack Overflow or respective owner

Related posts about xaml

Related posts about c#