Welcome![Sign In][Sign Up]
Location:
Search - irisskin2

Search list

[Menu controlcSharpSkins

Description: C#界面皮肤源码(带大量皮肤素材) 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目录中) } ... ... ...
Platform: | Size: 3564820 | Author: 光明 | Hits:

[OS programCsharp-change-skin

Description: 将下载的皮肤文件和IrisSkin2.RAR解压,在项目中添加现有项,将皮肤文件添加进项目;将IrisSkin2.dll引用进项目有多种皮肤版本,ide直接引用即可!
Platform: | Size: 3425336 | Author: lvzhen | Hits:

[CSharpIrisSkin2.dll

Description: c#皮肤组件与csharp皮肤联合使用必备的dll文件
Platform: | Size: 516096 | Author: 李泉辉 | Hits:

[GUI Developssk

Description: 在c#应用程序中使用IrisSkin2.dll美化界面(转) 一.添加控件IrisSkin2.dll。方法: 1.右键“工具箱”。“添加选项卡”,取名“皮肤”。 2.右键“皮肤”,“选择项”弹出对话框 3.点击“浏览“,找到IrisSkin2.dll,,next,next,确定。 4.在皮肤里会出现。 5.把SkinEngine拖到设计界面,会出现在下面。 二,把皮肤文件中以ssk为后缀名的文件(如OneGreen.ssk)放在bin文件夹的debug文件夹里。 三,添加代码。 双击界面,进入代码, private void Form1_Load(object sender, EventArgs e) { skinEngine1.SkinFile = Application.StartupPath + @\"\\MP10.ssk\" }
Platform: | Size: 3597044 | Author: | Hits:

[WEB CodeIrisSkin2&Skins.rar

Description:
Platform: | Size: 1501885 | Author: acgreen | Hits:

[Dialog_Window20077720312569016

Description: C#皮肤引擎,在应用中添加该dll控件可以改变C#程序的显示风格。-C# Skin engine, in the application to add the dll controls can be changed C# Procedures display style.
Platform: | Size: 114688 | Author: 方晓义 | Hits:

[Menu controlcSharpSkins

Description: C#界面皮肤源码(带大量皮肤素材) 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目录中) } ... ... ...
Platform: | Size: 3798016 | Author: | Hits:

[CSharpskin

Description: 一个关于C#的界面皮肤问题 自己好好研究一下
Platform: | Size: 3726336 | Author: aaa | Hits:

[OS programCsharp-change-skin

Description: 将下载的皮肤文件和IrisSkin2.RAR解压,在项目中添加现有项,将皮肤文件添加进项目;将IrisSkin2.dll引用进项目有多种皮肤版本,ide直接引用即可!-Download the skin file and unzip IrisSkin2.RAR in the project to add the existing items, add the skin into the project IrisSkin2.dll reference into the project will have a variety of skin version, ide direct quote can be!
Platform: | Size: 3425280 | Author: lvzhen | Hits:

[Windows CEProfile

Description: 想在wince下有源代码操作ini文件吗,这个lib可以满足你的要求,CProfile.h为library的对外接口。-Would like to wince under the source code to operate it ini files, the lib can satisfy your request, CProfile.h for the library
Platform: | Size: 17408 | Author: nddiny | Hits:

[GUI Developssk

Description: 在c#应用程序中使用IrisSkin2.dll美化界面(转) 一.添加控件IrisSkin2.dll。方法: 1.右键“工具箱”。“添加选项卡”,取名“皮肤”。 2.右键“皮肤”,“选择项”弹出对话框 3.点击“浏览“,找到IrisSkin2.dll,,next,next,确定。 4.在皮肤里会出现。 5.把SkinEngine拖到设计界面,会出现在下面。 二,把皮肤文件中以ssk为后缀名的文件(如OneGreen.ssk)放在bin文件夹的debug文件夹里。 三,添加代码。 双击界面,进入代码, private void Form1_Load(object sender, EventArgs e) { skinEngine1.SkinFile = Application.StartupPath + @"\MP10.ssk" }-In c# Applications used to beautify IrisSkin2.dll Interface (turn) one. Add controls IrisSkin2.dll. Method: 1. Right
Platform: | Size: 3596288 | Author: | Hits:

[CSharpIrisSkins

Description: 嵌入在项目中: 将下载的皮肤文件和IrisSkin2.RAR解压,在项目中添加现有项,将皮肤文件添加进项目;将IrisSkin2.dll引用进项目。皮肤文件属性中的“生成操作”改为嵌入的资源。引用的IrisSkin2.dll属性中的“复制本地”改为True。 -Embedded in the project: to download files and IrisSkin2.RAR skin extract, add in the project the existing items, add the skin into the project IrisSkin2.dll reference into the project will be. File attributes in the skin " to generate the operation" to embedded resources. IrisSkin2.dll attributes cited in the " Copy Local" to True.
Platform: | Size: 3565568 | Author: 王勇 | Hits:

[Windows DevelopHookLock

Description: 一款基于VS2008的C#挂机锁程序,大家通俗把它叫做“锁屏”程序,类似Windows的锁定计算机的功能,在窗口中输入密码屏幕就会锁定,不过一定不要忘记了密码,否则你会很麻烦。另外本程序的界面非常漂亮,可以设置透明度,不过用到了控件——IrisSkin2.dll,已打包进去了,如果你对IrisSkin2.dll窗体控件不熟悉用法的话,你正好可以参考一下本程序。-VS2008 in C# based on a hook-lock program, you pop it called the " lock screen" program, similar to Windows, lock computer function, enter the password screen in the window will be locked, but must not forget the password, or you would be very troublesome. In addition to this program' s interface is very beautiful, you can set the transparency, but the use of the controls- IrisSkin2. Dll, have been packaged into, and if you are not familiar with usage IrisSkin2.dll form controls, you can refer to just look at this program.
Platform: | Size: 542720 | Author: 276 | Hits:

[CSharpIrisSkin2Skin

Description: IrisSkin2皮肤及C#范例,C# skin demo-C# skin demo
Platform: | Size: 1534976 | Author: 陈成 | Hits:

[GUI DevelopIrisSkin2

Description: 导入该dll后即可使用ssk皮肤,用于美化winform界面,无论计算机是什么主题,显示出来的效果都是一样的 -After the import the dll can be used ssk skin, for the beautification winform interface, no matter what the computer is the theme of the effect shown is the same
Platform: | Size: 114688 | Author: hahavi | Hits:

[GDI-Bitmapface

Description: 利用 IrisSkin2.dll 所提供的控件 SkinEngine 来为窗体添加皮肤。 IrisSkin2.dll 及 皮肤素材,下载地址:http://download.csdn.net/source/1744355 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皮肤文件。
Platform: | Size: 4708352 | Author: 杭嘉 | Hits:

[CSharpIrisSkin2

Description: C# 皮肤控件。可以是你的界面更加美观,使用简单。-C# skin control. Could be your interface more attractive, simple to use.
Platform: | Size: 167936 | Author: zhanpeng | Hits:

[Windows DevelopIrisSkin2

Description: 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
Platform: | Size: 114688 | Author: 晴天 | Hits:

[GUI DevelopIrisSkin2.dll

Description: C#使用IrisSkin2.dll美化WinForm程序界面-C# WinForm using IrisSkin2.dll beautification program interface
Platform: | Size: 3684352 | Author: 傅博青 | Hits:

[Windows Developirisskin2

Description: winform 界面自定义皮肤 加载组件 irisskin2.rar-the winform Interface custom skin
Platform: | Size: 114688 | Author: wangyan | Hits:
« 12 3 »

CodeBus www.codebus.net