Results 1 to 4 of 4

Thread: Printer.Print

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2000
    Posts
    62

    Printer.Print

    I need to put a paper trail into an application. As the user enters information I need to print it, 1 line at a time. Is this even possible on a Ink Jet printer. We used to see this all the time back in the days of the dot matrix with the rollers. I can use VB6 to do Printer.Print but on my Ink Jet it doesn't print until I do a Printer.EndDoc. If it is impossible to do with the Ink Jet does anyone know of a way to do it if I got an old printer with a roller?

    Thanks.

  2. #2
    Hyperactive Member
    Join Date
    Jun 2000
    Location
    NY
    Posts
    497
    I don't think you'll get past the Printer object's function, even with a dot matrix. It may also be a matter of changing the printer's property, if it has one, to "print directly to the printer", rather than spooling/using a buffer.
    end war
    stop greed

  3. #3
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    Try using API functions. If you search the forum threads for "fast printing" or "DOS style printing" you will find the code for using the API functions to interact with a printer. Your solution may lie in there.

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  4. #4

    Thread Starter
    Member
    Join Date
    Mar 2000
    Posts
    62
    Sometimes the simplest solutions lie right in front of us. If I am going to do this I bet the API will be my solution. Thank you for the help.

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