2013年9月16日

C# 文件流

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;namespace WindowsFormsApplication1{ public partial class Form1 : Form { string fileInfo = strin... 阅读全文

posted @ 2013-09-16 23:02 鱼东鱼 阅读(225) 评论(0) 推荐(0) 编辑

VBA 类

摘要: Option ExplicitDim WithEvents stus As studentsPrivate Sub CommandButton1_Click() Dim s$, stu As New Student s = InputBox("请输入姓名", "增加") stu.Name = s stus.Add stu RefreshLstvEnd SubPrivate Sub CommandButton2_Click() Dim s$ s = InputBox("请输入要删除的ID或序号", "删除") stu 阅读全文

posted @ 2013-09-16 09:13 鱼东鱼 阅读(446) 评论(0) 推荐(0) 编辑

导航