Link to home
Start Free TrialLog in
Avatar of Millkind
MillkindFlag for Afghanistan

asked on

function to check is printer is ready

Basically i want to create a function that i send a printer name and if it is anything other than ready return false

    Function CheckPrinter(printer As String) As Boolean



    End Function

I have looked at the code for  printer status and such but nothing really is simple
SOLUTION
Avatar of jkribaHTS
jkribaHTS

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Millkind

ASKER

That is what i found as well.  I just wanted a simple function.  Thanks anyway.