摘要: 使用皮肤可以使给人一个新鲜感觉,今天试着使用皮肤1.创建一个windowfrom程序,以vs2010,为开发环境2.添加引擎在工具箱中添加IrisKin2就可以得到这个控件3.实例化,将其从工具箱中取出,直接放到窗口4.将皮肤资源放在bin目录下面,(皮肤资源可以从网上找,有挺多的,ssk结尾的,当然也可以自己做)5.后台代码使用using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;usi 阅读全文
posted @ 2013-05-12 11:40 Wsf5918 阅读(195) 评论(0) 推荐(0)