
C#
文章平均质量分 73
Sisony
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
c# 连接 access 方法
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 ;using System.Data.OleDb原创 2009-03-25 11:08:00 · 467 阅读 · 0 评论 -
c# 访问数据库方法( 例)
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.SqlClient; namespace原创 2009-03-25 11:35:00 · 450 阅读 · 0 评论 -
TreeView 的使用
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace TreeView{ public partial原创 2009-04-18 18:12:00 · 414 阅读 · 0 评论 -
使用TreeView的另一种实现
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace TestTreeView{ public partia原创 2009-04-18 18:52:00 · 369 阅读 · 0 评论 -
c# 读取excel应注意的问题
用OLEDB进行Excel文件数据的读取,并返回DataSet数据集。其中有几点需要注意的:1.连接字符串中参数IMEX 的值: 0 is Export mode 1 is Import mode 2 is Linked mode (full update capabilities)IMEX有3个值:当IMEX=2 时,EXCEL文档中同时含有字符型和数字型时,比如第C列有3个值,2个转载 2009-04-19 13:03:00 · 483 阅读 · 0 评论 -
C# 打开对话框实例(详)
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace TestFile{ public partial cl原创 2009-04-18 19:36:00 · 1383 阅读 · 1 评论