Results 1 to 4 of 4

Thread: Printer Status

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Location
    Petach-Tekvia
    Posts
    25

    Post

    How can I check the printer Status using VB?


    Thanks

  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Posts
    232

    Post

    Test my code

    http://vbcode.webhostme.com/en/click.asp?id=155

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Location
    Petach-Tekvia
    Posts
    25

    Post

    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


  4. #4
    Addicted Member
    Join Date
    Oct 1999
    Posts
    232

    Post

    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
  •  



Click Here to Expand Forum to Full Width