随笔分类 -  C#

摘要:类: CheckCode.csCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1//----------------------------------... 阅读全文
posted @ 2008-05-14 17:53 Angelo Dell'inferno 阅读(345) 评论(0) 推荐(0)
摘要:/// /// 导出到Excel /// /// /// public static void DataGridViewToExcel(DataGridView dgv, string title) { if (dgv.DataSource == null || dgv.Columns... 阅读全文
posted @ 2008-03-04 16:09 Angelo Dell'inferno 阅读(2534) 评论(0) 推荐(0)
摘要:/// /// 获取计时器事件运行的时间间隔 /// /// 时间间隔 private double GetTimerInterval() { DateTime runTime = Convert.ToDateTime(System.Configuration.ConfigurationSet... 阅读全文
posted @ 2008-03-03 14:41 Angelo Dell'inferno 阅读(7145) 评论(1) 推荐(0)