|
-
Mar 23rd, 2000, 02:30 PM
#1
Thread Starter
Junior Member
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?
-
Mar 23rd, 2000, 03:22 PM
#2
Frenzied Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|