行万里路

行万里路,也要读万卷书

  博客园 :: 首页 :: 新随笔 :: 联系 :: :: 管理 ::
上一页 1 ··· 7 8 9 10 11

2007年8月21日

摘要: //取xml数据,导入法规类型 public bool ImpLawType(IList alLawTypeID,string fileName) { bool flag = true; IList alLawType = new ArrayList(); //定义Xml文档 XmlDocument xd = new XmlDocument(); xd.L... 阅读全文
posted @ 2007-08-21 11:00 贤言叙语 阅读(138) 评论(0) 推荐(0)

摘要: 一、显示界面Form1.cs 1.定义一个button,一个progressbar private void button_Click(object sender, System.EventArgs e) { LawSystem lawSystem = new LawSystem(); lawSystem.onSendMsg += new LawSystem.MyEventHandler(thi... 阅读全文
posted @ 2007-08-21 10:32 贤言叙语 阅读(1203) 评论(0) 推荐(0)

2007年8月11日

摘要: /**//// /// 导出到 Excel 文件/// /// 含完整路径/// 含字段标题名public void ExpExcel(string fileName ,DataTable dataTable){ Excel.ApplicationClass apc =new Excel.ApplicationClass(); apc.Visible = false ; Exce... 阅读全文
posted @ 2007-08-11 17:43 贤言叙语 阅读(22062) 评论(8) 推荐(1)

2007年8月10日

摘要: 小店开张,自己先庆贺一下!找了这么多网站,终于找到一个可以用自己的名字注册的博客!呵呵,不错!以后这里就是俺的小窝了。 阅读全文
posted @ 2007-08-10 21:10 贤言叙语 阅读(238) 评论(4) 推荐(0)

上一页 1 ··· 7 8 9 10 11