Change app icon in Visual Studio 2005?

后端 未结 4 763
情话喂你
情话喂你 2021-02-08 23:40

I\'d like to use a different icon for the demo version of my game, and I\'m building the demo with a different build config than I do for the full verison, using a preprocessor

4条回答
  •  爱一瞬间的悲伤
    2021-02-09 00:08

    This will get you halfway there: http://www.codeproject.com/KB/dotnet/embedmultipleiconsdotnet.aspx

    Then you need to find the Win32 call which will set the displayed icon from the list of embedded icons.

提交回复
热议问题