摘要: 1usingSystem;2usingSystem.Collections.Generic;3usingSystem.Windows.Forms;4usingSystem.Drawing.Printing;5namespaceFindPrinterDemo6{7publicpartialclassDemo:Form8{9publicDemo()10{11this.Text="本地打印机列表";12ListBoxfListBox=newListBox();13fListBox.Dock=DockStyle.Fill;14foreach(StringfPrinterNamein 阅读全文
posted @ 2012-03-05 14:52 科睿思博 阅读(2297) 评论(0) 推荐(0) 编辑