简体   繁体   中英

Visual Studio C++ 2010 How to add an ICON to a console application

I've created a console application in Visual Studio C++ 2010 but I cannot add an Icon. Ive basically searched everywhere but all the tips and hints seem to not be working, as I cant even find all the menus that are suggested in the tips Ive read (Probably for older versions of VC++ 2010).

Does anyone have a good tip on how to simply add a custom icon to my own console application?

Just create a resource file (.rc), and add an icon resource. If there's only one icon in it- it will automatically be used as a symbolic description to your application.

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