摘要: private void btnPrint_Click(object sender, EventArgs e) { SendKeys.Send("%{PRTSC}"); Application.DoEvents(); this.printDocument1.Print(); } private void printDocument1_PrintPage(object sender, System... 阅读全文
posted @ 2009-05-21 14:16 Smthhy 阅读(2534) 评论(2) 推荐(0)