摘要: private void 撤消UToolStripMenuItem_Click(object sender, EventArgs e) { //文本的撤消 this.richTextBox1.Undo(); } private void 剪切TToolStripMenuItem_Click(obje... 阅读全文
posted @ 2008-09-26 11:14 ︾:ˇ﹁臉憂傷 阅读(969) 评论(1) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Data.OleDb; namespace ConsoleApplication1 { class Program { public const string Conne... 阅读全文
posted @ 2008-09-17 11:41 ︾:ˇ﹁臉憂傷 阅读(170) 评论(2) 推荐(0)
摘要: 1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 ... 阅读全文
posted @ 2008-09-03 16:17 ︾:ˇ﹁臉憂傷 阅读(265) 评论(0) 推荐(0)