How to change exe icon programmatically in c# net [duplicate]

我的梦境 提交于 2021-02-20 04:39:10

问题


I have multiple products, for each product we have different .Icon, We need to change the exe icon programmatically, So it that user can see different exe icon for each product.


回答1:


Perhaps you can have a different publish profile for the different products? You could also add all the icons to the project at once and change them on the shortcuts.



来源:https://stackoverflow.com/questions/40479974/how-to-change-exe-icon-programmatically-in-c-sharp-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!