VC#
a97191
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
checkedListBox1应用
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Data.OleDb;using PMSystem.原创 2008-03-17 10:41:00 · 1917 阅读 · 0 评论 -
C#导出Excel
<br />using Excel = Microsoft.Office.Interop.Excel;<br /> SqlCommand cmd = new SqlCommand();<br /> cmd.Connection = MyConn;<br /> //con.Open();<br /> cmd.CommandText = "zhongbiao";<br /> cmd.CommandType = Command原创 2010-11-24 11:42:00 · 539 阅读 · 0 评论
分享