wpf controls - Can we change the Application Window TaskBar icon at run time in WPF? -
my application functions outlook. when minimize application minimized @ system tray , when maximized window taskbar icon shown.
i can change system tray icon @ run time ,but can change window taskbar icon ( application icon embedded application @ build time) @ runtime ?
this.icon = new bitmapimage(new uri("..."));
here this
window
object.
Comments
Post a Comment