代码改变世界

推荐排行榜

最新的皮肤下载

2010-01-14 20:34 by 苏飞, 9393 阅读, 收藏,
摘要: C#仿QQ皮肤-实现原理系列文章导航 http://www.cnblogs.com/sufei/archive/2010/03/10/1682847.html最新的皮肤下载:http://files.cnblogs.com/sufei/QQ.rar最新的在更新中 阅读全文

最新的 PageValidate 类

2010-01-14 20:20 by 苏飞, 1473 阅读, 收藏,
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Text.RegularExpressions;///<summary>///开发人:苏飞///开发时间:2009-09-11///主要功能:判断页面各个控件的输入///</summary>namespa 阅读全文

最新的SqlHelper 类

2010-01-14 20:16 by 苏飞, 41513 阅读, 收藏,
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Data;usingSystem.Data.SqlC... 阅读全文

综合缴费系统|综合缴费|话费充值

2009-12-26 04:02 by 苏飞, 17729 阅读, 收藏,
摘要: 阅读全文下载源代码:http://www.sufeinet.com/先来看几个综合缴费系统的界面吧1.综合缴费系统登录界面中国移动缴费并查询界面 “综合缴费系统”多媒体电子商务服务系统将扩展到社区服务、商业服务等领域,整合运营商的固定电话收费、移动通讯收费、互联网收费、公共事业收费、行政事业收费等综... 阅读全文

TabControl添加关闭按钮

2009-11-28 23:09 by 苏飞, 15044 阅读, 收藏,
摘要: //清空控件 this.MainTabControl.TabPages.Clear(); //绘制的方式OwnerDrawFixed表示由窗体绘制大小也一样 this.MainTabControl.DrawMode = TabDrawMode.OwnerDrawFixed; this.MainTabControl.Padding = new System.Drawing.Point(CLOSE_SIZE, CLOSE_SIZE); this.MainTabControl.DrawItem += new DrawItemEventHandler(this.tabControl2_DrawItem); this.MainTabControl.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tabControl2_MouseDown); 阅读全文
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 40 下一页