Menu Close

Find the installed printers

Find out all the installed printers and add them into the ListBox1

Imports System.Drawing.Printing

 

PrivateSub FindInsttaledPrinters()

  Dim InstalledPrinter As String

 ForEach InstalledPrinter In PrinterSettings.InstalledPrinters

 ListBox1.Items.Add(InstalledPrinter)

  Next InstalledPrinter

  End Sub

 

 

 

 

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

* Copy This Password *

* Type Or Paste Password Here *

18,519 Spam Comments Blocked so far by Spam Free Wordpress

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>