会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
江南小驴
西工大小硕士一枚 微博:http://weibo.com/u/1712415343
博客园
首页
新随笔
联系
订阅
管理
2014年4月24日
securestring,输入计算机密码打开Notepad
摘要: 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 江南小驴
阅读(321)
评论(0)
推荐(0)
2013年5月21日
C#下读取Resource的png图片并放入imagelist中
摘要: string address_temp = AppDomain.CurrentDomain.BaseDirectory ; string address = address_temp.Substring(0,address_temp.Length - 11); st...
阅读全文
posted @ 2013-05-21 17:40 江南小驴
阅读(2967)
评论(0)
推荐(0)
2013年4月9日
C#生成随机验证码
摘要: 一个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 江南小驴
阅读(251)
评论(0)
推荐(0)
2013年4月8日
C#对字符串的几种截取方法
摘要: 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 江南小驴
阅读(536)
评论(0)
推荐(0)
2013年3月28日
C#用IrisSkin4.dll 美化Winform窗体
摘要: 前期准备: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 江南小驴
阅读(856)
评论(0)
推荐(0)
公告