問題描述
如何在 Visual Studio 2008 中為我的 C++ 應(yīng)用程序設(shè)置可執(zhí)行圖標(biāo)?
How do I set the executable icon for my C++ application in visual studio 2008?
推薦答案
首先進入資源視圖(從菜單:視圖 --> 其他窗口 --> 資源視圖).然后在資源視圖中瀏覽資源(如果有).如果已有 Visual Studio 添加的 Icon 類型的資源,則打開并編輯它.否則右鍵單擊并選擇添加資源,然后添加一個新圖標(biāo).
First go to Resource View (from menu: View --> Other Window --> Resource View). Then in Resource View navigate through resources, if any. If there is already a resource of Icon type, added by Visual Studio, then open and edit it. Otherwise right-click and select Add Resource, and then add a new icon.
使用嵌入式圖像編輯器來編輯現(xiàn)有的或新的圖標(biāo).請注意,一個圖標(biāo)可以包含多種類型(大小),可從圖像菜單中選擇.
Use the embedded image editor in order to edit the existing or new icon. Note that an icon can include several types (sizes), selected from Image menu.
然后編譯你的項目,看看效果.
Then compile your project and see the effect.
請參閱:http://social.microsoft.com/Forums/en-US/vcgeneral/thread/87614e26-075c-4d5d-a45a-f462c79ab0a0
這篇關(guān)于如何在 Visual Studio 2008 中為我的應(yīng)用程序設(shè)置圖標(biāo)?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!