摘要: public string Path { get { DirectoryInfo info = new DirectoryInfo(Application.StartupPath); return info.Parent.Parent.FullName ... 阅读全文
posted @ 2014-02-19 10:40 天马3798 阅读(1060) 评论(0) 推荐(0) 编辑
摘要: //创建空白Word文档 private void button1_Click(object sender, EventArgs e) { object missing = Missing.Value; Word.Application app = new Word.Application(); ... 阅读全文
posted @ 2014-02-19 09:27 天马3798 阅读(252) 评论(0) 推荐(0) 编辑