在目录下面添加2个文本文件,分别保存为XPSTYLE.rc何XPSTYLE.xml
XPSTYLE.rc里面写
1 24 xpstyle.xml
XPSTYLE.xml里面写
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="Microsoft.Windows.eLib"
type="win32"
/>
<description>eLib</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
然后在工程里面添加rc文件,编译即可
浙公网安备 33010602011771号