|
-
Mar 8th, 2000, 03:20 PM
#1
Thread Starter
Junior Member
How can I check the printer Status using VB?
Thanks
-
Mar 8th, 2000, 05:57 PM
#2
Addicted Member
Test my code
http://vbcode.webhostme.com/en/click.asp?id=155
-
Mar 8th, 2000, 06:16 PM
#3
Thread Starter
Junior Member
What does the Number displayed by the status mean?
I thought what i'll get is a string.... such as:
User Intervention Required.
Does the code i;m getting mean so?
Thanks
-
Mar 8th, 2000, 08:17 PM
#4
Addicted Member
Windows NT:
PRINTER_STATUS_PAUSED
PRINTER_STATUS_PENDING_DELETION
Windows 95:
PRINTER_STATUS_BUSY
PRINTER_STATUS_DOOR_OPEN
PRINTER_STATUS_ERROR
PRINTER_STATUS_INITIALIZING
PRINTER_STATUS_IO_ACTIVE
PRINTER_STATUS_MANUAL_FEED
PRINTER_STATUS_NO_TONER
PRINTER_STATUS_NOT_AVAILABLE
PRINTER_STATUS_OFFLINE
PRINTER_STATUS_OUT_OF_MEMORY
PRINTER_STATUS_OUTPUT_BIN_FULL
PRINTER_STATUS_PAGE_PUNT
PRINTER_STATUS_PAPER_JAM
PRINTER_STATUS_PAPER_OUT
PRINTER_STATUS_PAPER_PROBLEM
PRINTER_STATUS_PAUSED
PRINTER_STATUS_PENDING_DELETION
PRINTER_STATUS_PRINTING
PRINTER_STATUS_PROCESSING
PRINTER_STATUS_TONER_LOW
PRINTER_STATUS_UNAVAILABLE
PRINTER_STATUS_USER_INTERVENTION
PRINTER_STATUS_WAITING
PRINTER_STATUS_WARMING_UP
Look it here
http://vbcode.webhostme.com/en/api.asp?t=c&q=P
Regards
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|