摘要: 先看看效果:先构造一个子项的类:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Drawing;//namespace ComboBox_Draw{ //自定义组合框项 class MyItem { //项文本内容 private String Text; //项图片 public Image Img; //构造函数 public MyIt... 阅读全文
posted @ 2012-07-06 11:08 isaced 阅读(3175) 评论(1) 推荐(0) 编辑
摘要: using System;using System.Configuration;//using System.Data;//using System.Data.SqlClient;//public class SqlHelper { private SqlConnection conn = null; private SqlCommand cmd = null; private SqlDataReader sdr = null; public SqlHelper() { /* * 先引用组件:System.configuration * 再using System.Configuration 阅读全文
posted @ 2011-05-23 08:58 isaced 阅读(815) 评论(1) 推荐(2) 编辑
摘要: 效果图:这是核心代码:源码下载:http://download.csdn.net/source/3001806http://files.cnblogs.com/isaced/%5b%e5%8f%96%e8%89%b2%5d%e5%8f%96%e6%8c%87%e5%ae%9a%e7%82%b9%e9%a2%9c%e8%89%b2(Api).zip 阅读全文
posted @ 2011-01-25 15:03 isaced 阅读(4093) 评论(0) 推荐(1) 编辑
摘要: 源码下载:http://download.csdn.net/source/3001748 阅读全文
posted @ 2011-01-25 14:36 isaced 阅读(583) 评论(1) 推荐(0) 编辑
摘要: 源码下载:http://download.csdn.net/source/3001722 阅读全文
posted @ 2011-01-25 14:35 isaced 阅读(727) 评论(0) 推荐(0) 编辑
摘要: 源码下载:http://download.csdn.net/source/3001729 阅读全文
posted @ 2011-01-25 14:34 isaced 阅读(607) 评论(0) 推荐(0) 编辑
摘要: 第一种。利用计时器Timer和窗体的透明度opacity实现: 阅读全文
posted @ 2011-01-25 14:32 isaced 阅读(593) 评论(1) 推荐(1) 编辑
摘要: 效果图: (源码下载) 阅读全文
posted @ 2011-01-25 13:51 isaced 阅读(2141) 评论(0) 推荐(0) 编辑
摘要: 效果图: (源码下载) 阅读全文
posted @ 2011-01-25 13:39 isaced 阅读(500) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace 冒泡排序算法 { public par... 阅读全文
posted @ 2011-01-25 13:34 isaced 阅读(400) 评论(0) 推荐(0) 编辑