登录  
 加关注
   显示下一条  |  关闭
温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!立即重新绑定新浪微博》  |  关闭

秒大刀 博客

好好学习 天天向上

 
 
 

日志

 
 
 
 

XP风格控件配置文件.exe.manifest  

2006-01-20 12:02:00|  分类: C# |  标签: |举报 |字号 订阅

  下载LOFTER 我的照片书  |
//功能:使你的用户界面呈现xp的风格效果
//适用范围:适用C# 1.0编写的WinForm程序
//使用方法:将下面的文件保存成*.exe.manifest,和你的应用程序放在一个目录
//注意:要改变风格的控件需要有 FlatStyle = System.Windows.Forms.FlatStyle.System;
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!--  XP控件风格配置文件   -->
- <!--    文件名称 app.exe.manifest   -->
- <!--    要求要改变风格的空间的 FlatStyle=System   -->
- <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="Microsoft.Windows.请修改为应用程序名称" type="win32" />
  <description>请修改为应用程序名称</description>
- <dependency>
- <dependentAssembly>
  <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" />
  </dependentAssembly>
  </dependency>
  </assembly>
  评论这张
 
阅读(1468)| 评论(0)

历史上的今天

评论

<#--最新日志,群博日志--> <#--推荐日志--> <#--引用记录--> <#--博主推荐--> <#--随机阅读--> <#--首页推荐--> <#--历史上的今天--> <#--被推荐日志--> <#--上一篇,下一篇--> <#-- 热度 --> <#-- 网易新闻广告 --> <#--右边模块结构--> <#--评论模块结构--> <#--引用模块结构--> <#--博主发起的投票-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 

页脚

网易公司版权所有 ©1997-2018