- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 C# byte字节数组比较方法分析
/// /// 转成Base64字符串进行比较 /// /// /// /// private bool BytesCompare_Base64(byte[] b1, byte[] b2) { if (b1 == null || b2 =
2012-10-08 16:12:13 8996 1
原创 C# 图片截取
用于获取指定图片中选择的区域效果图如下:左边为原图,黑色为需要截取的区域,右边为截取之后的图片代码如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Sys
2012-07-23 16:51:44 5022
原创 自定义组合框(ComboBox)
.net 自带的组合框有点丑效果图:可以自定义组合中条目的高度,背景颜色。。。话不多说,代码如下:using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;using System.Drawing;u
2012-07-13 12:09:21 872
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人