Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - Printing issues with VB PowerPack V3 printer compatibility library

Reply
 
Old 11-26-2008   #1 (permalink)
CmdrKeen


 
 

Printing issues with VB PowerPack V3 printer compatibility library

I'm redeveloping a VB6 program that prints a lot of labels using ZPL code on
a Zebra industrial label printer (uses ZPL for speed) and raw text to a dot
matrix tractor feed printer.

I have tried using the RawPrinterHelper class from MSDN
(http://support.microsoft.com/?kbid=322091) that calls unmanaged API's but
I've had a few runtime crashes that have made me look for a managed code
equivelant, and could only find the VB powerpack Printer Compatibility
Library.

I have three problems with this library:
1) It's a lot slower than the RawPrinterHelper Class / VB6 printer object
(about 15 times slower)
2) Like the old VB6 printer object, it does something stupid with multiple
CRLF's and I need to put in far more CRLF's than I really need to space my
tractor feed forms correctly.
3) Every document I print shows a progress dialog - which constantly
interupts the user since the printing (hundreds of labels at a time) is done
on a background worker thread to keep the UI is fully functional.

I really need a managed code way of sending raw data to a printer, but fast,
and without progress dialogs.

Can anyone help me?


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Access 2003 compatibility library Software
Media Player Library Issues Vista music pictures video
HP Printer compatibility issues Drivers
General Printing Issues (Default Printer)(Excel)(Outlook) Vista print fax & scan
My Music Library Issues with Vista Media Center Vista music pictures video


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46