摘要: c#大文件读取和写入数据库(带进度条的源代码)最近一个项目需要将大文件写入和读取到数据库,觉得可能很多人也需要相关得东西,所以就将代码帖出来protected int state = 0; //表示进度条当前处理的事件类型,1表读取word,2表写入word,3表doc转pdf,4表txt转pdfprivate System.Windows.Forms.Form getDialog(string ... 阅读全文
posted @ 2007-11-01 22:56 轮回 阅读(9985) 评论(7) 推荐(0) 编辑
摘要: access 数据库操作#regionaccess 数据库操作**//**////<summary>///打开数据库,建立新的表和字段///</summary>///<paramname="spath">数据库全路径</param>///<paramname="dataname">表名</param>///<paramn... 阅读全文
posted @ 2007-11-01 22:49 轮回 阅读(471) 评论(0) 推荐(0) 编辑
摘要: usingSystem;usingSystem.Drawing;usingSystem.Drawing.Imaging;usingSystem.Drawing.Drawing2D;publicclassConsts{//grayscalevalues,theseprovideabetterresultthentheweights//definedbytheNTSC(NorthAmericaTele... 阅读全文
posted @ 2007-11-01 22:26 轮回 阅读(684) 评论(0) 推荐(0) 编辑
摘要: usingSystem;usingSystem.IO;usingSystem.Diagnostics;usingSystem.Threading;usingSystem.Reflection;usingSystem.Runtime.InteropServices;namespaceZhengzuo.CSharpCode{/**////<summary>///只启动一个应用程序实例控制类... 阅读全文
posted @ 2007-11-01 22:20 轮回 阅读(317) 评论(0) 推荐(0) 编辑