其实你不懂

导航

2010年9月2日

邮件发送

摘要: 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.Net;using S... 阅读全文

posted @ 2010-09-02 09:17 其实你不懂 阅读(277) 评论(0) 推荐(1)

读取文本

摘要: using System.IO;using System.Text;添加命名空间---------------------------------------------------------------------------//读 string path = System.Windows.Forms.Application.StartupPath + "\\AboutUs.txt"; Sys... 阅读全文

posted @ 2010-09-02 09:09 其实你不懂 阅读(221) 评论(0) 推荐(1)

Word的读取

摘要: using Microsoft.Office;using Microsoft.Office.Interop.Word;using Microsoft.Office.Interop.PowerPoint;using System.IO;上面是要添加的引用-------------------------------------------------------------------word要在工... 阅读全文

posted @ 2010-09-02 09:06 其实你不懂 阅读(264) 评论(0) 推荐(0)