windows - Is it possible to make WPF app mainwindow inaccessible from taskbar while showing taskbar icon? -


i have wpf app has mainwindow hosts win32 content. when mainwindow created set

showintaskbar = false 

and locate outside screen(s). when it's ready set

showintaskbar = true 

this causes taskbar icon changed citrix default icon when run in xenapp citrix.

so question is: can show taskbar icon time app in way user can not see/access mainwindow via taskbar icon?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -