Jump to content

Printers


lewwy
 Share

Recommended Posts

Search for Computer Info UDF by JSThePatriot.

Example:

#include <CompInfo.au3>

Dim $aPrinterInfo
_ComputerGetPrinters($aPrinterInfo)
If Not @error Then
    For $i = 1 To $aPrinterInfo[0][0]
        MsgBox(0, $aPrinterInfo[$i][0], "Port Name = " & $aPrinterInfo[$i][59])
    Next
Else
    MsgBox(0, "", "ERROR?")
EndIf
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...