摘要: 效果图:代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Threading;namespace Example66{ public partial class Form1 : Form { public Form1() { InitializeComponent( 阅读全文
posted @ 2011-10-26 23:12 C#_初学者 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 效果图:说明:本实例中使用了VB程序集中DateTime类的DateDiff方法来计算日期的差! 需要引用该类 资源管理器中 右键添加引用 .net页Microsoft.VisualBasic 确定即可 然后在工程文件里 引用 它 using Microsoft.VisualBasic;代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text... 阅读全文
posted @ 2011-10-26 21:09 C#_初学者 阅读(1419) 评论(0) 推荐(0) 编辑