Advertisement
7_2009-2012 Miscellaneous #228669

Printers List

Get a list of all the printers available on your computer (Locally and networked)

AI

Yapay Zeka Özeti: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Kaynak Kod
original-source
'Get all printers available on the computer
'usage
'label1.caption=printeravailable
Public Function printeravailable() As String
Dim p As Printer
    For Each p In Printers
    printeravailable = printeravailable & p.DeviceName & " on " & p.Port & vbCrLf
    Next
End Function
Orijinal Yorumlar (3)
Wayback Machine'den kurtarıldı