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