Settings | Sign in | Sign up

The author has 1 post.

VC6窗口程序使用XP风格控件的代码

Floor 1 巨大八爪鱼 9/13/14 18:48
<?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"/>
<description>Test 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>

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.