搜索资源列表
VB新建文件夹代码
- VB新建创建一个文件夹检查同级目录存在不存在然后创建的代码(VB create a folder to check the code of the same level directory that does not exist and creates the code)
为.NET添加皮肤
- 第一步 添加皮肤控件dll: 项目-》添加引用-》浏览 选择IrisSkin4.dll 第二步 导入皮肤 可以直接在项目的Debug目录下新建一个skin文件夹,然后复制皮肤.ssk文件到该文件夹 第三步 在窗体的Load方法下面,添加如下代码,这里以VB.NET为例: Dim mySkin As Sunisoft.IrisSkin.SkinEngine = New Sunisoft.IrisSkin.Sk