Icon in C# app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Icon in C# app

Hey guys I need your help once again. Is there a way to change the app icon, which is displayed in the taskbar or, on the desktop shortcut dynamically while the app is running?

16th Jan 2020, 5:00 PM
ExampleWasTaken
ExampleWasTaken - avatar
4 Answers
+ 2
It depends on the version of visual studio that you use. You have to look for it, in the menu bar. project properties > tab application > symbol and manifest > symbol https://www.youtube.com/watch?v=YQd3NmTrYAE
16th Jan 2020, 8:24 PM
sneeze
sneeze - avatar
+ 1
Yep I know that. But thats only static isn't it?
16th Jan 2020, 8:26 PM
ExampleWasTaken
ExampleWasTaken - avatar
0
Yes. It is static, why would you like to change that icon dynamically
16th Jan 2020, 8:28 PM
sneeze
sneeze - avatar
0
Well I wanna make depended on the object the user chose. In my case that would be a company. If the user selects that company I wanna change the Icon the the Icon of the chosen company.
20th Jan 2020, 5:26 PM
ExampleWasTaken
ExampleWasTaken - avatar