摘要: 为了方便同事在日常工作中很快速生成大量数据, 我做了文件拷贝的小工具: 其中用到了OpenFileDialog这个类,下面是关于这个类的一些用法! OpenFileDialog类是用来选择文件位置的, FolderBrowserDialog 类用来选择文件夹位置. 具体代码如下: ... 阅读全文
posted @ 2008-05-17 13:26 lemontree 阅读(8897) 评论(2) 推荐(1)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.Text; using System.Windows.Forms; using ... 阅读全文
posted @ 2008-05-17 13:10 lemontree 阅读(557) 评论(0) 推荐(0)