摘要:
public static string GetPrinterStatus(string PrinterName) { int intValue = GetPrinterStatusInt(PrinterName); string strRet = string.Empty; switch (int 阅读全文
posted @ 2013-08-26 18:00
无恨星晨
阅读(2223)
评论(0)
推荐(0)
摘要:
List<string> print = Cprinter.GetLocalPrinter(); /// <summary> /// 获取所有打印机 /// </summary> public class Cprinter { private static PrintDocument fPrintD 阅读全文
posted @ 2013-08-26 17:59
无恨星晨
阅读(3335)
评论(0)
推荐(0)
摘要:
C#追加文件 StreamWriter sw = File.AppendText(Server.MapPath(".")+"\\myText.txt"); sw.WriteLine("追逐理想"); sw.WriteLine("kzlll"); sw.WriteLine(".NET笔记"); sw. 阅读全文
posted @ 2013-08-26 14:40
无恨星晨
阅读(7724)
评论(0)
推荐(0)