用VC6做的程序,怎么在XP上显示出XP的界面风格啊,谢谢!

 所属目录:Java   |   类型:技术问答   |   时间:2007-05-21
 问题:

用vc6做的程序,怎么在xp上显示出xp的界面风格啊,谢谢!

· 网友精彩回答:

发表者:laiyiling

http://dev.csdn.net/article/28/article/33/33796.shtm

发表者:lsgt

ms-help://ms.psdk.1033/shellcc/platform/commctls/userex/cookbook.htm

发表者:xift_2008

用xtreme   toolkit做界面也可以...

发表者:becool3000

网络上有的!  
  好象在vc知识库里面就有  
  你搜索一下就行!

发表者:hxzb7215191

使用那个vc的一个界面开发函数库呀。

发表者:liuduofu

直接在resourceview   的主文件里,点击右键,选择insert   ,然后选择custom并设置resource   type   为24,然后把id   改为1;在右边的空白出直接把下面的代码拷进去:  
  <?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>  
   
   
  然后编译就可以了!!!!!!!!!1

发表者:vcmute

msdn中   using   windows   xp   visual   styles  
 

.
处理 SSI 文件时出错
© 2006-2008 All Rights Reserved