摘要:
先看看效果:先构造一个子项的类: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... 阅读全文
摘要:
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 阅读全文
摘要:
效果图:这是核心代码:源码下载: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 阅读全文
摘要:
源码下载:http://download.csdn.net/source/3001748 阅读全文
摘要:
源码下载:http://download.csdn.net/source/3001722 阅读全文
摘要:
源码下载:http://download.csdn.net/source/3001729 阅读全文
摘要:
第一种。利用计时器Timer和窗体的透明度opacity实现: 阅读全文
摘要:
效果图: (源码下载) 阅读全文
摘要:
效果图: (源码下载) 阅读全文
摘要:
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... 阅读全文