摘要: 建立表和字段,注意!是表,不是数据库,数据库你可要自己先建立好(空的就可以了)!!! /// /// 打开数据库,建立新的表和字段 /// /// 数据库全路径 /// 表名 /// 字段数组 private void newdatatable(string spath, string datan... 阅读全文
posted @ 2006-05-12 11:21 轮回 阅读(1358) 评论(0) 推荐(0)
摘要: 多页tif图像的处理,多个图像合并为一个文件,或者反之.using System;using System.IO;using System.Drawing;using System.Drawing.Imaging; using System.Collections; /// /// Summary description for TiffManager. /// public clas... 阅读全文
posted @ 2006-05-12 10:59 轮回 阅读(5231) 评论(0) 推荐(0)
摘要: 打印datagirdview 简介这是一个非常棒的打印组件,推荐使用!本文代码转载自:http://www.codeproject.com/csharp/datagridviewprinter.asp how to use this class //1.先实例此类 DataGridViewPrinter MyDataGridViewPrinter;//2.在打印或者预览中加入如下代码i... 阅读全文
posted @ 2006-05-12 10:33 轮回 阅读(1253) 评论(3) 推荐(0)