Added an icon in the project properties, after compilation the application displays a standard icon. The same icon works great in a WPF application.
What could be the problem?
Added an icon in the project properties, after compilation the application displays a standard icon. The same icon works great in a WPF application.
What could be the problem?
Designer view -> click on the form -> Properties -> Icon -> click on [...] -> select the .ico format icon -> OK
UPDATE:
If you put it this way, then the form icon and the icon displayed in the taskbar will be the same. And if you put it through Project Properties -> Icon and Manifest, then after compilation the icon of the .exe file will change. ("Project Path" / bin / Debug (or Release))
Source: https://ru.stackoverflow.com/questions/523150/
All Articles