摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security;using System.ComponentModel;using System.Diagn... 阅读全文
posted @ 2014-04-24 17:38 江南小驴 阅读(306) 评论(0) 推荐(0) 编辑
摘要: string address_temp = AppDomain.CurrentDomain.BaseDirectory ; string address = address_temp.Substring(0,address_temp.Length - 11); st... 阅读全文
posted @ 2013-05-21 17:40 江南小驴 阅读(2885) 评论(0) 推荐(0) 编辑
摘要: 一个lable,一个pictureBox,一个textBox和一个button;具体代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.D... 阅读全文
posted @ 2013-04-09 19:32 江南小驴 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 1.根据单个分隔字符用split截取例如string st="GT123_1";string[] sArray=st.split("_");即可得到sArray[0]="GT123",sArray[1]="1";2.利用多个字符来分隔字符串例如 string str = "GTAZB_JiangjB... 阅读全文
posted @ 2013-04-08 19:32 江南小驴 阅读(486) 评论(0) 推荐(0) 编辑
摘要: 前期准备:1、IrisSkin4.dll2、Skin文件,后缀名为.ssk3、一个WinForm程序直接拷贝IrisSkin4.dll文件到系统目录里:1、Windows 95/98/Me系统,将dll复制到C:\Windows\System目录下。2、Windows NT/2000系统,将dll复... 阅读全文
posted @ 2013-03-28 11:32 江南小驴 阅读(790) 评论(0) 推荐(0) 编辑