您现在的位置是:主页 > news > 网站建设评价标准/百度开户代理商

网站建设评价标准/百度开户代理商

admin2025/6/25 15:08:39news

简介网站建设评价标准,百度开户代理商,连云港做网站最好,望城区网站建设原本只需要有 printDocument1.Print(); 这段代码就可以了,但是现在为了要去掉“正在打印”的提示窗口所以需要在上面的代码前面加入以下两行代码即可。注意要引用 using System.Drawing.Printing; //以下是打印的完成程序 StandardPrintController spc new Standa…

网站建设评价标准,百度开户代理商,连云港做网站最好,望城区网站建设原本只需要有 printDocument1.Print(); 这段代码就可以了,但是现在为了要去掉“正在打印”的提示窗口所以需要在上面的代码前面加入以下两行代码即可。注意要引用 using System.Drawing.Printing; //以下是打印的完成程序 StandardPrintController spc new Standa…

原本只需要有

printDocument1.Print();

这段代码就可以了,但是现在为了要去掉“正在打印”的提示窗口所以需要在上面的代码前面加入以下两行代码即可。注意要引用

using System.Drawing.Printing;

//以下是打印的完成程序 

StandardPrintController spc = new StandardPrintController();
printDocument1.PrintController = spc;
printDocument1.Print();

本文转自:http://www.ywrj.net/a/NET/CSharp/20120717/11476.html

转载于:https://www.cnblogs.com/shuibin/archive/2012/07/17/2594723.html