Results 1 to 2 of 2

Thread: Printing on a dot matrix

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Posts
    25
    I am making an app that needs to print to an old 9 pin dot matrix printer. So far ever method I have used in VB sends the information to the printer in graphics mode. This makes for one real slow print.
    Any ideas how to make use of the internal fonts?

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    Try:
    Open "LPT1:" For Output As 1 and send the Prints Directly, using the Printer Emulation Specific Control Codes to Format the Text. This way you have total control over the Printer operations.



    http://forums.vb-world.net/showthread.php?threadid=419

    Mark
    -------------------

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