Search code examples
c#winformsiconstaskbar

Set Icon on app and different icon on the taskbar of the app


I have set the Icon in the forms properties and it displays. And the same icon displays on the taskbar when the app is launched. I want a different icon to show in the taskbar and not the same one that is on the app. I tried setting the icon up in Project properties under Resources - Icon and manifest but the taskbar icon still doesn't change. How do i change this?


Solution

  • Icon setup in the Project Properties -> Application -> resources - can only change the icon of the EXE file.

    enter image description here