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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -