Results 1 to 4 of 4

Thread: Determining printer actions...

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Cool

    Is there a way to determine when a printer is finished printing, not just when the command sending the information is complete? Also, someone please tell me how to detect the default printer on a system (nothing I tried seems to work).
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Cool Can somebody take a stab?

    Is this possible?
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  3. #3
    Guest
    A DoEvents should do it.

    Code:
    Printer.Print "MyText"
    Printer.EndDoc
    DoEvents
    Msgbox "Printing done."

  4. #4

    Thread Starter
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Thumbs up Matthew

    Any thoughts on the default printer?
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

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