1.插入自定义资源(Custom),将资源类型(Resource Type)设为“24”。
2.将资源ID“IDR_DEFAULT1” 改为“1”。
(本文来源于图老师网站,更多请访问https://m.tulaoshi.com/bianchengyuyan/)3.将下列文本复制到该资源的十六进制编辑器中。
(本文来源于图老师网站,更多请访问https://m.tulaoshi.com/bianchengyuyan/)?xml version="1.0" encoding="UTF-8" standalone="yes"?
assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"
assemblyIdentity
processorArchitecture="x86"
version="5.1.0.0"
type="win32"
name="test.exe"/
descriptionTest Application/description
dependency
dependentAssembly
assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
publicKeyToken="6595b64144ccf1df"
language="*"
processorArchitecture="x86"/
/dependentAssembly
/dependency
/assembly
4.如果是Win32程序,则需要包含“commctrl.h”和链接“comctl32.lib”,MFC程序则无需如此。
5.重新编译、链接。