WPF Icon
Hello i seem to have a quite annoying issue with wpf on multiple projects. Icon for app is show on .exe normally but in task manager there is no icon. Only the child window of app has the icon? Is this known issue, any fixes?
1 Reply
AFAIK you need:
* In the csproj,
<ApplicationIcon>MyIcon.ico</ApplicationIcon>
* In your <Window>
: Icon="MyIcon.png"