Results 1 to 2 of 2

Thread: Printer not ready

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    60
    Whenver the printer is not ready, the system error out indicating that the printer is not ready. Instead my vb application should check whether the printer is ready. Please try to help me asap. Thanx

  2. #2
    Lively Member
    Join Date
    Sep 2000
    Posts
    116
    That's what I use...

    If Printer.DeviceName = True Then

    "DO whatever you want to do"

    Else

    "Printer not ready, Getout"

    endif
    0101011001000010
    01101111011011100110110001101001011011100110010101110010

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