简体   繁体   中英

How do you give an .exe an ico image in Visual Studio?

I have the application using an .ico image for the taskbar and window, but how do you set up the .exe to use an icon?

While on this subject does anyone have any resources on how to work with ico images? As in what size does the start bar use, and so forth?

From what I can find there are tools out there to assign .exe's icon images but this is surely not the correct way of doing things.

Thanks in advance.

您可以从Common Properties - > General - > Application Icon更改应用程序图标

Here are guidelines to the Vista standard for icons.

http://msdn.microsoft.com/en-us/library/aa511280.aspx

对于图标的版本,我使用IcoFx ,它是免费的,并且很好地满足了我的需求(各种尺寸的图标定义,透明度)。

If your are using Visual Studio 2013, you can: 1. Right click on your project and select properties. 2. In the new tab it opens, you can find the "icon and manifest" under Application tab where you can set the new icon

To work with .ico images I use Axialis Icon Workshop .

It can create or manipulate Vista Icons, XP Icons, etc.

As for icon creation/edit resources, I usually just use GIMP. It's probably not the best tool for the job but it's free and easy to use.

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