Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Star printer SP200 coding VB6
Name: Marty Date: November 10, 2002 at 19:05:31 Pacific OS: Win2000 CPU/Ram: PIII 800 / 256
Comment:
When trying to print charaters out to the star sp200 receipt printer using VB6, Window 2000 strips out the print control codes automatically, anyone knows how I could bypass the stripping of the printer control codes in VB6. It's also hooked up to a serial interface cash register. Much appreciated...
Summary: The printer functions in VB6 are very primitive and you would really be better off with a third party Active X control. However if you must use the inbuilt functions look up the Printer collection in ...
Summary: > But by printing to LPT1, how one can format the text? This is usually done with printer escape codes. Two ways of doing this come to mind. First, if the formatting you want to do is not complex, y...
Summary: Unfortunately, the data is probably not going to be in "exact bitmap" format. The bits in the bitmap will be there, but it's going to be in the printer's unique format. So it will be highly printer ...