摘要:
using System; using System.Windows.Forms; using System.Drawing; using System.Drawing.Printing; public class Form1 : Form {//实现C#打印窗体 private Button printButton = new Button(); private PrintDocument printDocument1 = new PrintDocument(); public Form1() { printButton.Text = "Print Form"; prin 阅读全文
posted @ 2013-04-22 15:20
wonglou
阅读(1246)
评论(0)
推荐(0)
浙公网安备 33010602011771号