有一种朋友不在生活里,却在生命力;有一种陪伴不在身边,却在心间。图老师即在大家的生活中又在身边。这么贴心的服务你感受到了吗?话不多说下面就和大家分享让VC6.0写出来的程序在WinXP下显示为XP风格吧。
【 tulaoshi.com - 编程语言 】
1. 在资源文件里选择插入,选择Custom,然后输入资源类型为24,不要输入其他的。
2. 将下面的XML代码拷入编辑器:
(本文来源于图老师网站,更多请访问http://www.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
3. 将资源的ID改为1,一定要是1。
4. 如果你的程序是Win32的记得加入"commctrl.h" 并且链接 "comctl32.lib"。如果是MFC的就不用了,框架已经帮你加入了。然后Rebuild,很简单吧:)
(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/bianchengyuyan/)来源:http://www.tulaoshi.com/n/20160219/1605715.html
看过《让VC6.0写出来的程序在WinXP下显示为XP风格》的人还看了以下文章 更多>>