文件名称:CsharpFormskinDaquan

  • 所属分类:
  • 界面编程
  • 资源属性:
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 3.62mb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 蒋**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

1. 先把IrisSkin2.dll文件添加到当前项目引用(解决方案资源管理器->当前项目->引用->右键->添加引用 ,找到IrisSkin2.dll文件.....之后就不用我说了吧^_^).IrisSkin2.dll文件最好放在当前项目\bin\Debug文件中.



2. 然后把IrisSkin2.dll文件添加到vc2005的工具箱:右键->选择项->浏览找到IrisSkin2.dll文件(文件最好放在当前项目\bin\Debug文件中)按确定,控件就添加到工具箱中了.然后把工具箱中新添加的 SkinEngine控件拖到当前项目中。



3. 把皮肤目录中的.ssk文件复制到当前项目\bin\Debug文件中,(ssk文件可选).



4. 再在项目中调用.ssk皮肤文件。例:



namespace 当前项目

{

public partial class Form1 : Form

{

public Form1() //当前项目的构造器中调用皮肤文件

{

InitializeComponent()

this.skinEngine1.SkinFile = "DiamondBlue.ssk" //DiamondBlue.ssk可换用皮肤目录中你喜欢的.ssk文件

//(把.ssk复制到当前项目\bin\Debug目录中) -1. First IrisSkin2.dll file to reference the current project (Solution Explorer-> current project-> Reference-> right click-> Add Reference, locate the file ..... after IrisSkin2.dll I do not say it ^_^). IrisSkin2.dll best on the current project file \ bin \ Debug file.



2. And then add the files to vc2005 IrisSkin2.dll Toolbox: Right-> Select items-> browse to IrisSkin2.dll file (preferably on the current project \ bin \ Debug files) by determining the control to add to the toolbox in the. then the toolbox onto the newly added SkinEngine control the current project.



3. The skin directory. Ssk files to the current project \ bin \ Debug files, (ssk files optional).



4. And then call in the project. Ssk skin file. Example:



namespace current project

(

public partial class Form1: Form

(

public Form1 ()// constructor in the current project is called the skin file

(

InitializeComponent () 

this.skinEngine1.SkinFile = "DiamondBlue.ssk" // Diamond
(系统自动生成,下载前可以参看下载内容)

下载文件列表

(没有文件,原文件不完全或已损坏或有密码)

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org