文件名称:CsharpFormskinDaquan
介绍说明--下载内容均来自于网络,请自行研究使用
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
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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
(没有文件,原文件不完全或已损坏或有密码)