搜索资源列表
vcl动态皮肤演示
这是一个利用vcl skin控件进行动态的皮肤演示的一个小程序,你可以找到自己喜欢的皮肤,利用到您的软件中去。
程序换肤
- 实现各种程序皮肤更换功能!-procedures to achieve functional replacement skin!
定时关机重启程序(含皮肤)
- 定时关机重启简单程序,含精美皮肤
20套很不错的支持换肤的VB皮肤控件
- 支持换肤的程序源码!
skindemo
- vc更换程序皮肤示例-vc replacement skin sample
程序换肤
- 实现各种程序皮肤更换功能!-procedures to achieve functional replacement skin!
换皮肤
- 换皮肤的程序-procedures for the skin
经典的皮肤更换程序
- 经典的皮肤更换程序-classic skin replacement
Windows XP风格之Windows XP风格对话框
- 用一个封装好的CSkin类设置程序皮肤,并通过其加载具有Windows XP风格的皮肤实现了对话框的Windows XP外观-with a good package CSkin skin type setup program, and through its loaded with Windows XP-style dialog skin achieved the appearance of Windows XP
一个可以换皮肤的例子
- 用delphi编写的一个可以换皮肤的程序,包括了所有源程序-used to prepare the skin for a procedure, including all source
skincrafter1.6.0破解
- SkinCrafter1.6.0界面换肤破解版,可以方便地更换自己开发的程序皮肤,支持VC,VB等.-SkinCrafter1.6.0 interface Eurocargo crack version, to facilitate their development to replace the skin procedures, support VC, VB.
巨牛皮肤
- VB编写的程序界面,非常漂亮出色的界面源程序,有多种皮肤可供选择.-VB program interface very beautiful excellent source interface, a variety of skin available.
极酷的皮肤控件(推荐)
- 很酷的界面编程,包括几个界面文件,可以在程序中动态的修改界面皮肤,类似于skin++。-cool programming interface, including several interface, the process of dynamic change interface skin, similar to the skin.
delphiORvskin
- Delphi120种皮肤!设计程序皮肤的好东西。很精致。配合vskin控件包使用!打包上传的!-Delphi120 skin! Design procedures skin good thing. Very refined. Vskin control with the use of packet! Packaging uploads!
SkinLoad
- windwos 平台源代码,程序皮肤代码,vc++6.0-Windows platform source code, program code skin, vc++ 6.0
换肤程序小例程
- windows界面开发 可以换皮肤的程序-windows interface development process can change the skin
JTattooSource
- 改变你的swing程序皮肤的最简单的方法,将JTattoo.jar添加到classpath中(如果用eclipse或NetBeans则导入到工程使用的库中)-Changes in the skin of your swing process the easiest way to JTattoo.jar added to the classpath (if using eclipse or NetBeans are imported in
VC++ 的皮肤库辅助软件
- 可以先运行该软件然后通过组合框选择相应的皮肤来观看效果,确认了效果后,将当前程序目录下的SkinPPWTL.dll SkinPPWTL.lib SkinPPWTL.h和皮肤文件放置到你要开发的程序目录下,然后将SkinPPWTL.h和SkinPPWTL.lib加入到工程目录里面,InitInstance()里面调用skinppLoadSkin(_T("AquaOS.ssk"));然后观看效果就行了。
MFC皮肤
- 利用ssk文件进行MFC的皮肤更换,让你的程序有一个更好的外观(Using SSK files for MFC skin changes, so that your program has a better appearance)
为.NET添加皮肤
- 第一步 添加皮肤控件dll: 项目-》添加引用-》浏览 选择IrisSkin4.dll 第二步 导入皮肤 可以直接在项目的Debug目录下新建一个skin文件夹,然后复制皮肤.ssk文件到该文件夹 第三步 在窗体的Load方法下面,添加如下代码,这里以VB.NET为例: Dim mySkin As Sunisoft.IrisSkin.SkinEngine = New Sunisoft.IrisSkin.Sk