简体   繁体   中英

C# Winform Binary Icon

I want to change the icon my binary has for my applications. The people I work with aren't technologically savvy and quite literally changed AppName.exe to CLICK ME.exe because they didn't know which icon to click...

Anyway, I figure an easy solution to this is to just make all of my applications for them have the same, bright icon so they will never be so confused again. I have no idea how to do this, and haven't found much help on google.

I hope I don't get dinged too hard on my rep, because I'm not even sure this is a programming question!

可以从项目属性“应用程序”部分设置二进制图标。

Open the properties for the application's project and go to the "Application" tab. In the "Icon and manifest" section, you can select an ico file to be the application icon. That should do it.

If your app is in a sea of icons anyway, everything starts to look the same. I actually propose that you not bother with this, and create shortcuts on the desktop for them instead. They can even have a "Steve H's apps" folder on the desktop with all shortcuts there. When you deploy, have NSIS or IS or whatever installer you use create the shortcuts as well.

您可以在“解决方案资源管理器”中右键单击项目,选择“属性”,然后在显示的窗口中设置要用于项目输出的“图标”。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM