0
votes

My application functions like outlook. When I minimize the application it will minimized at system tray and when maximized the window taskbar icon is also shown.

I can change the system tray icon at run time ,but can I also change the Window Taskbar icon ( Application icon embedded into the application at build time) at runtime ?

1

1 Answers

4
votes
this.Icon = new BitmapImage(new Uri("..."));

Here this is Window object.