摘要: C#打印文本文件实例详解2009-08-26 11:53 skyivben 博客园 字号:T | TC#打印文本文件是如何实现的呢?C#打印文本文件用到的类是什么呢?C#打印文本文件实现的效果是什么呢?那么本文就向你介绍具体的内容。AD:51CTO学院:IT精品课程在线看! 这是一个C#打印文本文件... 阅读全文
posted @ 2014-05-07 17:35 yufeiyunsui 阅读(296) 评论(0) 推荐(0) 编辑
摘要: private void button1_Click(object sender, EventArgs e) { //OpenFileDialog dlg = new OpenFileDialog(); OpenFileDialog dlg = new OpenFileDialog(); if... 阅读全文
posted @ 2014-05-07 16:46 yufeiyunsui 阅读(185) 评论(0) 推荐(0) 编辑
摘要: private void button1_Click(object sender, EventArgs e) { //OpenFileDialog dlg = new OpenFileDialog(); OpenFileDialog fileDialog1 = new OpenFileDialog... 阅读全文
posted @ 2014-05-07 15:05 yufeiyunsui 阅读(263) 评论(1) 推荐(0) 编辑