c# - WPF Child Window - Windows 7 Taskbar -


we have main application loads several plugins have own individual icons , child windows.

problem in windows 7, icon in taskbar icon of main application, on child windows. however, alt+tab menu displays appropriate icon.

i understand due pinning feature, , windows 7 uses icon of main exe handle this.

is there way can change taskbar icon on our child windows? , possibly disabled pinning well? confusing able pin these child windows, wouldn't work properly.

you can't pin child window - pinning works @ level of application. if pin/unpin child window, you're (un)pinning app whole. there's no way disable behaviour, since it's os-level functionality applies window in taskbar (though choose not display windows in taskbar).

i'm not sure window icons, i'd imagine you're right when it's using application icon.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -