- MT6228 MTK6228 GSM/GPRS baseband spec 技術文件規格書
- vc-OpenGL 基于VC++和OPENGL的技术进行三维场景的模拟与仿真
- muthread Linux中多线程通信的实例
- Vending-machine labview编写的贩卖机程序
- BICO_irid This function calculates a room s impulse response for an arbitrarily positioned sound source in a rbitrarily dimensioned rectangular room
- article 1.文档的上传 2.文档的下载 3.文档的审核 4文档的浏览(Every day of our lives we encounter stresses of one kind or another)
文件名称:IrisSkin2
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:111.69kb
-
已下载: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 files to vc2005 IrisSkin2.dll toolbox: Right-> Select Item-> Browse IrisSkin2.dll file (preferably on the current project \ bin \ Debug files) click OK, the control is added to the toolbox. And then the toolbox onto the newly added SkinEngine controls 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 of the current project is called the skin file
{
InitializeComponent ()
this.skinEngine1.Skin
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 files to vc2005 IrisSkin2.dll toolbox: Right-> Select Item-> Browse IrisSkin2.dll file (preferably on the current project \ bin \ Debug files) click OK, the control is added to the toolbox. And then the toolbox onto the newly added SkinEngine controls 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 of the current project is called the skin file
{
InitializeComponent ()
this.skinEngine1.Skin
(系统自动生成,下载前可以参看下载内容)
下载文件列表
IrisSkin2.dll
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.