随笔分类 -  .NET开发

摘要:/// /// 自动生成会员卡号 /// void CardNumber() { string sql = string.Format("select top 1 cardId from cardInfo order by cardId desc"); DBHelper.cmd = new... 阅读全文
posted @ 2014-08-03 10:32 心若向阳,何惧忧伤 阅读(397) 评论(0) 推荐(0)
摘要:◆Form.StartPosition属性,确定窗体第一次出现时的位置。这里设置为在父窗体的中间显示。 this.StartPosition = FormStartPosition.CenterParent; ◆Form.HelpButton属性,确定窗体的标题栏上是否有“帮助”按钮。设置显... 阅读全文
posted @ 2014-06-16 21:19 心若向阳,何惧忧伤 阅读(1109) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;namespace Demo{/// /// 有关... 阅读全文
posted @ 2014-06-16 20:42 心若向阳,何惧忧伤 阅读(1215) 评论(0) 推荐(0)